Nguyen5 commited on
Commit
d3ea7b2
·
1 Parent(s): c938703
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -190,8 +190,7 @@ def create_ui():
190
  with gr.Column(scale=2):
191
  chatbot = gr.Chatbot(
192
  label="Chat",
193
- height=500,
194
- show_copy_button=True
195
  )
196
 
197
  with gr.Row():
 
190
  with gr.Column(scale=2):
191
  chatbot = gr.Chatbot(
192
  label="Chat",
193
+ height=500
 
194
  )
195
 
196
  with gr.Row():