Antoine245 commited on
Commit
ce40fe3
·
1 Parent(s): d07e69f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
66
  # messages=history
67
  )
68
 
69
- # history[-1][1] = ""
70
  for character in bot_message.last:
71
  history[-1][1] += character
72
  time.sleep(0.005)
 
66
  # messages=history
67
  )
68
 
69
+ history[-1][1] = ""
70
  for character in bot_message.last:
71
  history[-1][1] += character
72
  time.sleep(0.005)