mylesai commited on
Commit
48bdbe9
·
verified ·
1 Parent(s): 61ba11d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -983,7 +983,7 @@ with gr.Blocks() as block:
983
  history[-1][1] = ""
984
  for character in bot_message.response_gen:
985
  history[-1][1] += character
986
- time.sleep(0.03)
987
  yield history
988
 
989
  with gr.Tab("Website Content Spreadsheet"):
 
983
  history[-1][1] = ""
984
  for character in bot_message.response_gen:
985
  history[-1][1] += character
986
+ time.sleep(0.1)
987
  yield history
988
 
989
  with gr.Tab("Website Content Spreadsheet"):