Spaces:
Sleeping
Sleeping
Rob Learsch commited on
Commit ·
72171c0
1
Parent(s): 89778f0
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,8 @@ with gr.Blocks() as demo:
|
|
| 218 |
clear_btn=None,
|
| 219 |
)
|
| 220 |
with gr.Column(scale=3):
|
| 221 |
-
chatbot = gr.Chatbot(height=
|
|
|
|
| 222 |
gr.ChatInterface(
|
| 223 |
chat_with_musician,
|
| 224 |
additional_inputs=[Artist_dropdown],
|
|
|
|
| 218 |
clear_btn=None,
|
| 219 |
)
|
| 220 |
with gr.Column(scale=3):
|
| 221 |
+
chatbot = gr.Chatbot(height=400,
|
| 222 |
+
type='messages',)
|
| 223 |
gr.ChatInterface(
|
| 224 |
chat_with_musician,
|
| 225 |
additional_inputs=[Artist_dropdown],
|