Reality123b commited on
Commit
31f918c
·
verified ·
1 Parent(s): d8c3f8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Senoa",
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
  )