notsakeeb commited on
Commit
d23410a
·
verified ·
1 Parent(s): a7843cf

Update app.py

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