jerpint commited on
Commit
f55d652
·
unverified ·
1 Parent(s): a9af7d5

add copy button to chat bubble (#33)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks(
193
  multiselect=True,
194
  )
195
 
196
- chatbot = gr.Chatbot(elem_id="chatbot")
197
 
198
  with gr.Row():
199
  question = gr.Textbox(
 
193
  multiselect=True,
194
  )
195
 
196
+ chatbot = gr.Chatbot(elem_id="chatbot", show_copy_button=True)
197
 
198
  with gr.Row():
199
  question = gr.Textbox(