WebashalarForML commited on
Commit
4a16355
·
verified ·
1 Parent(s): cb71a69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)