Tharindu1527 commited on
Commit
674b853
·
verified ·
1 Parent(s): 56a5105

Update Chatbot.py

Browse files
Files changed (1) hide show
  1. Chatbot.py +2 -1
Chatbot.py CHANGED
@@ -218,7 +218,8 @@ def create_gradio_interface():
218
  height=500,
219
  bubble_full_width=False,
220
  show_label=True,
221
- elem_id="chatbot"
 
222
  )
223
 
224
  with gr.Row():
 
218
  height=500,
219
  bubble_full_width=False,
220
  show_label=True,
221
+ elem_id="chatbot",
222
+ type = "messages"
223
  )
224
 
225
  with gr.Row():