None1145 commited on
Commit
eceebac
·
verified ·
1 Parent(s): 579d4ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def respond(
33
  return
34
 
35
  response = "..."
36
- while 1:
37
  import time
38
  time.sleep(1)
39
  response += " ..."
 
33
  return
34
 
35
  response = "..."
36
+ for _ in range(0, 2)
37
  import time
38
  time.sleep(1)
39
  response += " ..."