Spaces:
Running
Running
Update ui/lifeadmin_coach_ui.py
Browse files- ui/lifeadmin_coach_ui.py +1 -2
ui/lifeadmin_coach_ui.py
CHANGED
|
@@ -130,8 +130,7 @@ Provide a helpful, concise response. If the user asks about their documents, ref
|
|
| 130 |
# Chat interface
|
| 131 |
chatbot = gr.Chatbot(
|
| 132 |
label="💬 Chat with LifeAdmin Coach",
|
| 133 |
-
height=500
|
| 134 |
-
type="messages"
|
| 135 |
)
|
| 136 |
|
| 137 |
# Input area
|
|
|
|
| 130 |
# Chat interface
|
| 131 |
chatbot = gr.Chatbot(
|
| 132 |
label="💬 Chat with LifeAdmin Coach",
|
| 133 |
+
height=500
|
|
|
|
| 134 |
)
|
| 135 |
|
| 136 |
# Input area
|