Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
144 |
print(f"Error running agent on task {task_id}: {e}")
|
145 |
results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": f"AGENT ERROR: {e}"})
|
146 |
|
147 |
-
|
148 |
|
149 |
if not answers_payload:
|
150 |
# print("Agent did not produce any answers to submit.")
|
|
|
144 |
print(f"Error running agent on task {task_id}: {e}")
|
145 |
results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": f"AGENT ERROR: {e}"})
|
146 |
|
147 |
+
|
148 |
|
149 |
if not answers_payload:
|
150 |
# print("Agent did not produce any answers to submit.")
|