AnatoliiG commited on
Commit ·
27bfa36
1
Parent(s): c65795a
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ with gr.Blocks(theme=theme, css=custom_css, title="Qwen Coder Pro") as demo:
|
|
| 159 |
chatbot = gr.Chatbot(
|
| 160 |
label="Conversation",
|
| 161 |
elem_id="chatbot",
|
| 162 |
-
show_copy_button=True,
|
| 163 |
avatar_images=(None, "https://api.iconify.design/noto:robot.svg"),
|
| 164 |
)
|
| 165 |
|
|
|
|
| 159 |
chatbot = gr.Chatbot(
|
| 160 |
label="Conversation",
|
| 161 |
elem_id="chatbot",
|
| 162 |
+
# show_copy_button=True,
|
| 163 |
avatar_images=(None, "https://api.iconify.design/noto:robot.svg"),
|
| 164 |
)
|
| 165 |
|