Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 86 |
answers_payload = []
|
| 87 |
print(f"Running agent on {len(questions_data)} questions...")
|
| 88 |
for item in questions_data:
|
| 89 |
-
time.sleep(
|
| 90 |
task_id = item.get("task_id")
|
| 91 |
question_text = item.get("question")
|
| 92 |
if not task_id or question_text is None:
|
|
|
|
| 86 |
answers_payload = []
|
| 87 |
print(f"Running agent on {len(questions_data)} questions...")
|
| 88 |
for item in questions_data:
|
| 89 |
+
time.sleep(15)
|
| 90 |
task_id = item.get("task_id")
|
| 91 |
question_text = item.get("question")
|
| 92 |
if not task_id or question_text is None:
|