Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
47 |
set_inference_on = True
|
48 |
|
49 |
# Utility functions
|
50 |
-
def
|
51 |
-
time.
|
52 |
|
53 |
# Agent stuff starts here
|
54 |
class BasicAgent:
|
|
|
47 |
set_inference_on = True
|
48 |
|
49 |
# Utility functions
|
50 |
+
def delay_execution_3():
|
51 |
+
time.sleep(3)
|
52 |
|
53 |
# Agent stuff starts here
|
54 |
class BasicAgent:
|