Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ sys.stdout.reconfigure(line_buffering=True)
|
|
| 29 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 30 |
|
| 31 |
# Single values — no per-difficulty branching
|
| 32 |
-
TIMEOUT_SECONDS =
|
| 33 |
RECURSION_LIMIT = 12
|
| 34 |
PAUSE_SECONDS = 1.0
|
| 35 |
|
|
|
|
| 29 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 30 |
|
| 31 |
# Single values — no per-difficulty branching
|
| 32 |
+
TIMEOUT_SECONDS = 120
|
| 33 |
RECURSION_LIMIT = 12
|
| 34 |
PAUSE_SECONDS = 1.0
|
| 35 |
|