Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
143 |
except Exception as e:
|
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 |
if not answers_payload:
|
149 |
print("Agent did not produce any answers to submit.")
|
|
|
143 |
except Exception as e:
|
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 |
+
time.sleep(10)
|
147 |
|
148 |
if not answers_payload:
|
149 |
print("Agent did not produce any answers to submit.")
|