Update response_file format
Browse files
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", "
|
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
|