Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -0
Gradio_UI.py
CHANGED
@@ -309,6 +309,7 @@ class GradioUI:
|
|
309 |
with gr.Column(scale=3): # Main chat area
|
310 |
chatbot = gr.Chatbot(
|
311 |
label="Agent Interaction",
|
|
|
312 |
# Bubble full width can make text hard to read, try default
|
313 |
# bubble_full_width=False,
|
314 |
avatar_images=(
|
|
|
309 |
with gr.Column(scale=3): # Main chat area
|
310 |
chatbot = gr.Chatbot(
|
311 |
label="Agent Interaction",
|
312 |
+
type="messages",
|
313 |
# Bubble full width can make text hard to read, try default
|
314 |
# bubble_full_width=False,
|
315 |
avatar_images=(
|