Omnitopia commited on
Commit
d020989
·
verified ·
1 Parent(s): 0ce5e44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
136
  results_log = []
137
  answers_payload = []
138
  print(f"Running agent on {len(questions_data)} questions...")
139
- for idx, item in enumerate(questions_data[3:4]):
140
  task_id = item.get("task_id")
141
  question_text = item.get("question")
142
  file_list = item.get("files", [])
 
136
  results_log = []
137
  answers_payload = []
138
  print(f"Running agent on {len(questions_data)} questions...")
139
+ for idx, item in enumerate(questions_data):
140
  task_id = item.get("task_id")
141
  question_text = item.get("question")
142
  file_list = item.get("files", [])