ababio commited on
Commit
92fd2a0
1 Parent(s): 9ae9134

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def bot(history):
74
  history[-1][1] = ""
75
  for character in bot_message:
76
  history[-1][1] += character
77
- time.sleep(0.05)
78
  yield history
79
 
80
  # Define Gradio Blocks interface
 
74
  history[-1][1] = ""
75
  for character in bot_message:
76
  history[-1][1] += character
77
+ time.sleep(0.01) # Reduced sleep time to make response appear faster
78
  yield history
79
 
80
  # Define Gradio Blocks interface