Akjava commited on
Commit
668c75e
·
verified ·
1 Parent(s): 5a1795d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
94
  }
95
  """
96
  chatbot = gr.Chatbot()
97
- chatbot.change(None,[chatbot],[],js=js)
98
  msg = gr.Textbox()
99
  clear = gr.ClearButton([msg, chatbot])
100
 
 
94
  }
95
  """
96
  chatbot = gr.Chatbot()
97
+ chatbot.change(None,[chatbot],[],js=js,type="messages")
98
  msg = gr.Textbox()
99
  clear = gr.ClearButton([msg, chatbot])
100