Omnitopia commited on
Commit
3f56887
·
verified ·
1 Parent(s): 44b1d97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
155
  results_log = []
156
  answers_payload = []
157
  print(f"Running agent on {len(questions_data)} questions...")
158
- for idx, item in enumerate(questions_data[3:4]):
159
  task_id = item.get("task_id")
160
  question_text = item.get("question")
161
  file_list = item.get("files", [])
 
155
  results_log = []
156
  answers_payload = []
157
  print(f"Running agent on {len(questions_data)} questions...")
158
+ for idx, item in enumerate(questions_data):
159
  task_id = item.get("task_id")
160
  question_text = item.get("question")
161
  file_list = item.get("files", [])