tumwesigeibra commited on
Commit
8567ba1
·
verified ·
1 Parent(s): bbeda03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ CHAT_LOG_FILE = os.path.join(DATA_DIR, 'chat_logs.txt')
26
  COMBINED_DATASET_FILE_PATH = os.path.join(DATA_DIR, COMBINED_DATASET_FILE)
27
  # ------------------------------------
28
 
29
- app = Flask(__name__, static_folder='frontend/build', static_url_path='/static')
30
 
31
  vectorstore_instance = None
32
  chat_sessions = {}
 
26
  COMBINED_DATASET_FILE_PATH = os.path.join(DATA_DIR, COMBINED_DATASET_FILE)
27
  # ------------------------------------
28
 
29
+ app = Flask(__name__, static_folder='frontend/build', static_url_path='')
30
 
31
  vectorstore_instance = None
32
  chat_sessions = {}