ruslanmv commited on
Commit
740f397
·
1 Parent(s): 99f0f35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=400)
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")