Spaces:
Running
Running
add copy button to chat bubble (#33)
Browse files
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(
|