yangminded commited on
Commit
1b63da3
·
verified ·
1 Parent(s): 76b6aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 delay_execution_10():
51
- time.wait(10)
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: