Synnove commited on
Commit
d98f27c
·
verified ·
1 Parent(s): 3fdff02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
111
  results_log = []
112
  answers_payload = []
113
  print(f"Running agent on {len(questions_data)} questions...")
114
- #TO test
115
  questions_data = questions_data[0]
116
  for item in questions_data:
117
  task_id = item.get("task_id")
 
111
  results_log = []
112
  answers_payload = []
113
  print(f"Running agent on {len(questions_data)} questions...")
114
+ print(questions_data)
115
  questions_data = questions_data[0]
116
  for item in questions_data:
117
  task_id = item.get("task_id")