Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,6 @@ def run_and_submit_all(nb_questions: int, profile: gr.OAuthProfile | None):
|
|
| 105 |
except Exception as e:
|
| 106 |
print(f"Error running agent on task {task_id}: {e}")
|
| 107 |
results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": f"AGENT ERROR: {e}"})
|
| 108 |
-
time.sleep(1.5)
|
| 109 |
|
| 110 |
if not answers_payload:
|
| 111 |
print("Agent did not produce any answers to submit.")
|
|
|
|
| 105 |
except Exception as e:
|
| 106 |
print(f"Error running agent on task {task_id}: {e}")
|
| 107 |
results_log.append({"Task ID": task_id, "Question": question_text, "Submitted Answer": f"AGENT ERROR: {e}"})
|
|
|
|
| 108 |
|
| 109 |
if not answers_payload:
|
| 110 |
print("Agent did not produce any answers to submit.")
|