Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|