Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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=[
|