Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1512,8 +1512,8 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
1512 |
|
1513 |
# Buttons for sample queries
|
1514 |
with gr.Row(elem_classes=["row-container"]):
|
1515 |
-
sample_button3 = gr.Button("can you generate a doughnut chart with item name and quantities for warehouse DUBAIWARE", elem_classes="
|
1516 |
-
sample_button4 = gr.Button("Analyze item name & quantity for different customers in a stacked bar chart for the warehouse DUBAIWARE & send email to [email protected]", elem_classes="
|
1517 |
|
1518 |
# Chatbot component
|
1519 |
with gr.Row():
|
|
|
1512 |
|
1513 |
# Buttons for sample queries
|
1514 |
with gr.Row(elem_classes=["row-container"]):
|
1515 |
+
sample_button3 = gr.Button("can you generate a doughnut chart with item name and quantities for warehouse DUBAIWARE", elem_classes="gr-buttonbig")
|
1516 |
+
sample_button4 = gr.Button("Analyze item name & quantity for different customers in a stacked bar chart for the warehouse DUBAIWARE & send email to [email protected]", elem_classes="gr-buttonbig")
|
1517 |
|
1518 |
# Chatbot component
|
1519 |
with gr.Row():
|