Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,7 @@ CLASS_OUTPUT_FILE = "data/class_output.csv"
|
|
40 |
ALLOWED_EXTENSIONS = {'csv', 'xlsx'}
|
41 |
|
42 |
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
|
|
|
43 |
|
44 |
# Ensure the upload folder exists
|
45 |
os.makedirs(app.config['UPLOAD_FOLDER'], exist_ok=True)
|
|
|
40 |
ALLOWED_EXTENSIONS = {'csv', 'xlsx'}
|
41 |
|
42 |
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
|
43 |
+
app.config['DATA_FOLDER'] = DATA_FOLDER
|
44 |
|
45 |
# Ensure the upload folder exists
|
46 |
os.makedirs(app.config['UPLOAD_FOLDER'], exist_ok=True)
|