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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ with gr.Blocks() as demo:
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")
324
  send_btn = gr.Button("Search Hotels")
325
 
326
  send_btn.click(chatbot_response, inputs=[place_input, chatbot], outputs=chatbot)
 
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 France, Tokyo Japan, Genova Italy")
324
  send_btn = gr.Button("Search Hotels")
325
 
326
  send_btn.click(chatbot_response, inputs=[place_input, chatbot], outputs=chatbot)