Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 139 |
# 5. Submit
|
| 140 |
print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
|
| 141 |
try:
|
| 142 |
-
response = requests.post(submit_url, json=submission_data, timeout=
|
| 143 |
response.raise_for_status()
|
| 144 |
result_data = response.json()
|
| 145 |
final_status = (
|
|
|
|
| 139 |
# 5. Submit
|
| 140 |
print(f"Submitting {len(answers_payload)} answers to: {submit_url}")
|
| 141 |
try:
|
| 142 |
+
response = requests.post(submit_url, json=submission_data, timeout=90)
|
| 143 |
response.raise_for_status()
|
| 144 |
result_data = response.json()
|
| 145 |
final_status = (
|