Shinhati2023 commited on
Commit
ccd28f1
·
verified ·
1 Parent(s): e2aae7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -564,10 +564,10 @@ def create_interface():
564
  # Left Panel - Chat
565
  with gr.Column(scale=3):
566
  with gr.Group(elem_classes="glass-panel"):
 
567
  chatbot = gr.Chatbot(
568
  label="Conversation",
569
- elem_classes="chatbot",
570
- type="messages" # Ensure it uses the messages format (default in Gradio 6)
571
  )
572
 
573
  with gr.Row():
 
564
  # Left Panel - Chat
565
  with gr.Column(scale=3):
566
  with gr.Group(elem_classes="glass-panel"):
567
+ # FIX: Removed bubble_full_width, show_copy_button, and type parameters
568
  chatbot = gr.Chatbot(
569
  label="Conversation",
570
+ elem_classes="chatbot"
 
571
  )
572
 
573
  with gr.Row():