Update app.py
Browse files
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,
|
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)
|