Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def submit(intelligibility, naturalness, expressiveness):
|
|
| 26 |
|
| 27 |
# List directory contents
|
| 28 |
if os.path.exists(csv_dir):
|
| 29 |
-
|
| 30 |
|
| 31 |
# Check if file exists to add headers if new
|
| 32 |
file_exists = os.path.isfile(csv_file_path)
|
|
|
|
| 26 |
|
| 27 |
# List directory contents
|
| 28 |
if os.path.exists(csv_dir):
|
| 29 |
+
debug_info.append(f"Directory contents: {os.listdir(csv_dir)}")
|
| 30 |
|
| 31 |
# Check if file exists to add headers if new
|
| 32 |
file_exists = os.path.isfile(csv_file_path)
|