KaiChen1998 commited on
Commit
021d6bd
·
1 Parent(s): 2081cae
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -281,6 +281,7 @@ def build_demo(embed_mode):
281
 
282
  with gr.Column(scale=8):
283
  chatbot = gr.Chatbot(
 
284
  elem_id="chatbot",
285
  label="RACRO Chatbot",
286
  layout="bubble",
 
281
 
282
  with gr.Column(scale=8):
283
  chatbot = gr.Chatbot(
284
+ type="messages",
285
  elem_id="chatbot",
286
  label="RACRO Chatbot",
287
  layout="bubble",