Omnitopia commited on
Commit
ad63864
·
verified ·
1 Parent(s): 7ae14df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
108
  results_log = []
109
  answers_payload = []
110
  print(f"Running agent on {len(questions_data)} questions...")
111
- for idx, item in enumerate([questions_data[:1]):
112
  task_id = item.get("task_id")
113
  question_text = item.get("question")
114
  print(f"===== [Celum is answering No. {idx+1}/{len(questions_data)} ] =====")
 
108
  results_log = []
109
  answers_payload = []
110
  print(f"Running agent on {len(questions_data)} questions...")
111
+ for idx, item in enumerate(questions_data[:1]):
112
  task_id = item.get("task_id")
113
  question_text = item.get("question")
114
  print(f"===== [Celum is answering No. {idx+1}/{len(questions_data)} ] =====")