alessandro111 commited on
Commit
2500402
·
verified ·
1 Parent(s): 6c1f585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -615,7 +615,7 @@ with gr.Blocks(title="Italy Hospitality Market Insight Assistant") as demo:
615
  )
616
  with gr.Row(equal_height=True):
617
  with gr.Column(scale=1):
618
- chatbot = gr.Chatbot(label="Conversation", height=400, type="messages")
619
  user_input = gr.Textbox(label="Ask about your data", placeholder="e.g. Show me investment potential by location", lines=1)
620
  gr.Examples(
621
  examples=[
 
615
  )
616
  with gr.Row(equal_height=True):
617
  with gr.Column(scale=1):
618
+ chatbot = gr.Chatbot(label="Conversation", height=400)
619
  user_input = gr.Textbox(label="Ask about your data", placeholder="e.g. Show me investment potential by location", lines=1)
620
  gr.Examples(
621
  examples=[