Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ def submit(intelligibility, naturalness, expressiveness):
|
|
| 48 |
# Verify the file was written
|
| 49 |
# debug_info.append(f"File exists after write: {os.path.isfile(csv_file_path)}")
|
| 50 |
if os.path.isfile(csv_file_path):
|
| 51 |
-
|
| 52 |
|
| 53 |
# Read and display CSV content
|
| 54 |
csv_content = ""
|
|
|
|
| 48 |
# Verify the file was written
|
| 49 |
# debug_info.append(f"File exists after write: {os.path.isfile(csv_file_path)}")
|
| 50 |
if os.path.isfile(csv_file_path):
|
| 51 |
+
debug_info.append(f"File size: {os.path.getsize(csv_file_path)} bytes")
|
| 52 |
|
| 53 |
# Read and display CSV content
|
| 54 |
csv_content = ""
|