Update app.py
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks() as demo:
|
|
317 |
gr.Markdown("**Provide the location to discover hotels and receive personalized recommendations!**")
|
318 |
|
319 |
initial_conv = initial_conversation()
|
320 |
-
chatbot = MultimodalChatbot(value=initial_conv, height=
|
321 |
|
322 |
with gr.Row():
|
323 |
place_input = gr.Textbox(label="Enter a place", placeholder="E.g., Paris, Tokyo, New York")
|
|
|
317 |
gr.Markdown("**Provide the location to discover hotels and receive personalized recommendations!**")
|
318 |
|
319 |
initial_conv = initial_conversation()
|
320 |
+
chatbot = MultimodalChatbot(value=initial_conv, height=500)
|
321 |
|
322 |
with gr.Row():
|
323 |
place_input = gr.Textbox(label="Enter a place", placeholder="E.g., Paris, Tokyo, New York")
|