yooke commited on
Commit
69b82a3
·
verified ·
1 Parent(s): fe9cd1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- time.sleep(45)
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.")