vlapparov commited on
Commit
2ea0e55
·
verified ·
1 Parent(s): 2342bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -228,6 +228,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
228
  answers_payload = []
229
  print(f"Running agent on {len(questions_data)} questions...")
230
  for idx, item in enumerate(questions_data):
 
231
  print(f"Question {idx + 1}: {item}")
232
  task_id = item.get("task_id")
233
  question_text = item.get("question")
 
228
  answers_payload = []
229
  print(f"Running agent on {len(questions_data)} questions...")
230
  for idx, item in enumerate(questions_data):
231
+ print(f"=" * 100)
232
  print(f"Question {idx + 1}: {item}")
233
  task_id = item.get("task_id")
234
  question_text = item.get("question")