TheZakynthian commited on
Commit
e9db921
·
verified ·
1 Parent(s): c04e45e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -82,6 +82,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
82
  print(f"Running agent on {len(questions_data)} questions...")
83
 
84
  for item in questions_data:
 
85
  print(item.get("task_id"))
86
  print(item.get("question"))
87
  """
 
82
  print(f"Running agent on {len(questions_data)} questions...")
83
 
84
  for item in questions_data:
85
+ print(item.keys())
86
  print(item.get("task_id"))
87
  print(item.get("question"))
88
  """