akhaliq HF Staff commited on
Commit
eaf8e55
·
verified ·
1 Parent(s): 1182537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -324,8 +324,7 @@ with gr.Blocks(
324
  chatbot = gr.Chatbot(
325
  label="Chat History",
326
  height=500,
327
- show_copy_button=True,
328
- type="messages"
329
  )
330
 
331
  with gr.Row():
 
324
  chatbot = gr.Chatbot(
325
  label="Chat History",
326
  height=500,
327
+ show_copy_button=True
 
328
  )
329
 
330
  with gr.Row():