Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,6 +36,9 @@ VECTOR_DB_FOLDER = "VectorDB/"
|
|
| 36 |
TABLE_DB_FOLDER = "TableDB/"
|
| 37 |
|
| 38 |
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
os.makedirs(UPLOAD_FOLDER, exist_ok=True)
|
| 41 |
os.makedirs(VECTOR_DB_FOLDER, exist_ok=True)
|
|
|
|
| 36 |
TABLE_DB_FOLDER = "TableDB/"
|
| 37 |
|
| 38 |
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
|
| 39 |
+
app.config['DEBUG'] = True
|
| 40 |
+
app.config['ENV'] = 'development'
|
| 41 |
+
|
| 42 |
|
| 43 |
os.makedirs(UPLOAD_FOLDER, exist_ok=True)
|
| 44 |
os.makedirs(VECTOR_DB_FOLDER, exist_ok=True)
|