Omnitopia commited on
Commit
c218778
·
verified ·
1 Parent(s): 0eb0d73

Update app.py

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