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

Update app.py

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