Omnitopia commited on
Commit
181bb4b
·
verified ·
1 Parent(s): 96ef13d

Update app.py

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