Spaces:
Sleeping
Sleeping
add test
Browse files
app.py
CHANGED
|
@@ -414,7 +414,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
| 414 |
results_log = []
|
| 415 |
answers_payload = []
|
| 416 |
print(f"Running agent on {len(questions_data)} questions...")
|
| 417 |
-
for item in questions_data
|
| 418 |
task_id = item.get("task_id")
|
| 419 |
question_text = item.get("question")
|
| 420 |
if not task_id or question_text is None:
|
|
|
|
| 414 |
results_log = []
|
| 415 |
answers_payload = []
|
| 416 |
print(f"Running agent on {len(questions_data)} questions...")
|
| 417 |
+
for item in questions_data:
|
| 418 |
task_id = item.get("task_id")
|
| 419 |
question_text = item.get("question")
|
| 420 |
if not task_id or question_text is None:
|