Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -193,6 +193,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
| 193 |
# Column 1: Chat Interface
|
| 194 |
with gr.Column(scale=3): # Takes 3/5 of the width
|
| 195 |
chatbot_display = gr.Chatbot(
|
|
|
|
| 196 |
label="Explanation Chat",
|
| 197 |
bubble_full_width=False,
|
| 198 |
autoscroll=True,
|
|
|
|
| 193 |
# Column 1: Chat Interface
|
| 194 |
with gr.Column(scale=3): # Takes 3/5 of the width
|
| 195 |
chatbot_display = gr.Chatbot(
|
| 196 |
+
type="messages",
|
| 197 |
label="Explanation Chat",
|
| 198 |
bubble_full_width=False,
|
| 199 |
autoscroll=True,
|