sirine1712 commited on
Commit
634fa85
·
verified ·
1 Parent(s): 8288d31

Update app.py

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