mails10 commited on
Commit
6799003
·
verified ·
1 Parent(s): e4b17e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # debug_info.append(f"File size: {os.path.getsize(csv_file_path)} bytes")
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 = ""