civerson916 commited on
Commit
8fce68c
·
verified ·
1 Parent(s): 04e383b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
159
  answers_payload = []
160
  print(f"Running agent on {len(questions_data)} questions...")
161
  for item in questions_data:
162
- if !item.get("file_name"):
163
  continue
164
 
165
  task_id = item.get("task_id")
 
159
  answers_payload = []
160
  print(f"Running agent on {len(questions_data)} questions...")
161
  for item in questions_data:
162
+ if not item.get("file_name"):
163
  continue
164
 
165
  task_id = item.get("task_id")