clockclock commited on
Commit
cb26309
·
verified ·
1 Parent(s): ea6c772

Update response_file format

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ def setup_and_load_data():
181
  print("Data repository already exists.")
182
 
183
  base_path = os.path.join(repo_dir, "cleaned_dataset")
184
- response_file = os.path.join(repo_dir, "response_sheet", "GenAI_Response_Sheet.xlsx")
185
 
186
  analyzer = EnhancedAIvsRealGazeAnalyzer().load_and_process_data(base_path, response_file)
187
  return analyzer
 
181
  print("Data repository already exists.")
182
 
183
  base_path = os.path.join(repo_dir, "cleaned_dataset")
184
+ response_file = os.path.join(repo_dir, "response_sheet", "GenAI Response Sheet.xlsx")
185
 
186
  analyzer = EnhancedAIvsRealGazeAnalyzer().load_and_process_data(base_path, response_file)
187
  return analyzer