Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -716,16 +716,14 @@ with gr.Blocks(title="AIBDM 2026 Workshop App") as demo:
|
|
| 716 |
gr.Markdown(
|
| 717 |
"### Ask questions, get interactive visualisations\n\n"
|
| 718 |
f"{_ai_status}"
|
| 719 |
-
)
|
| 720 |
-
|
| 721 |
with gr.Row(equal_height=True):
|
| 722 |
with gr.Column(scale=1):
|
| 723 |
-
# FIX Gradio 6: type="messages" pour le format dict
|
| 724 |
chatbot = gr.Chatbot(
|
| 725 |
label="Conversation",
|
| 726 |
height=380,
|
| 727 |
-
|
| 728 |
-
|
| 729 |
user_input = gr.Textbox(
|
| 730 |
label="Ask about your data",
|
| 731 |
placeholder="e.g. Show me sales trends / What are the top sellers?",
|
|
|
|
| 716 |
gr.Markdown(
|
| 717 |
"### Ask questions, get interactive visualisations\n\n"
|
| 718 |
f"{_ai_status}"
|
| 719 |
+
)
|
|
|
|
| 720 |
with gr.Row(equal_height=True):
|
| 721 |
with gr.Column(scale=1):
|
|
|
|
| 722 |
chatbot = gr.Chatbot(
|
| 723 |
label="Conversation",
|
| 724 |
height=380,
|
| 725 |
+
)
|
| 726 |
+
|
| 727 |
user_input = gr.Textbox(
|
| 728 |
label="Ask about your data",
|
| 729 |
placeholder="e.g. Show me sales trends / What are the top sellers?",
|