Update app.py
Browse files
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
|
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")
|