AksharaSachin commited on
Commit
309b281
·
verified ·
1 Parent(s): 863c71b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -86,7 +86,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
86
  # 3. Run your Agent
87
  results_log = []
88
  answers_payload = []
89
- submitted_answer = ""
90
  print(f"Running agent on {len(questions_data)} questions...")
91
  for item in questions_data:
92
  task_id = item.get("task_id")
 
86
  # 3. Run your Agent
87
  results_log = []
88
  answers_payload = []
 
89
  print(f"Running agent on {len(questions_data)} questions...")
90
  for item in questions_data:
91
  task_id = item.get("task_id")