tatianija commited on
Commit
76bb81b
·
verified ·
1 Parent(s): 8b49454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ class BasicAgent:
28
  return "Please provide a valid question."
29
 
30
  try:
 
31
  results = self.search(question)
32
 
33
  # Use truthiness check and early return
 
28
  return "Please provide a valid question."
29
 
30
  try:
31
+ time.sleep(1)
32
  results = self.search(question)
33
 
34
  # Use truthiness check and early return