Update app.py
Browse files
app.py
CHANGED
|
@@ -911,7 +911,7 @@ class XylariaChat:
|
|
| 911 |
delete_button = gr.Button("Delete Selected Chat")
|
| 912 |
with gr.Column(scale=4, elem_id="main-content"):
|
| 913 |
chatbot = gr.Chatbot(
|
| 914 |
-
label="Xylaria 1.5
|
| 915 |
height=500,
|
| 916 |
show_copy_button=True,
|
| 917 |
)
|
|
|
|
| 911 |
delete_button = gr.Button("Delete Selected Chat")
|
| 912 |
with gr.Column(scale=4, elem_id="main-content"):
|
| 913 |
chatbot = gr.Chatbot(
|
| 914 |
+
label="Xylaria 1.5",
|
| 915 |
height=500,
|
| 916 |
show_copy_button=True,
|
| 917 |
)
|