Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -664,7 +664,7 @@ with gr.Blocks(css=css) as demo:
|
|
664 |
sample_button1 = gr.Button("What are the active warehouses", elem_classes="custom-button", elem_id="button2")
|
665 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management", elem_classes="custom-button", elem_id="button3")
|
666 |
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH", elem_classes="custom-button", elem_id="button4")
|
667 |
-
sample_button4 = gr.Button("I want to analyze item name and quantity in a bar chart
|
668 |
|
669 |
with gr.Row():
|
670 |
chatbot = gr.Chatbot(elem_classes="gr-chatbot",
|
|
|
664 |
sample_button1 = gr.Button("What are the active warehouses", elem_classes="custom-button", elem_id="button2")
|
665 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management", elem_classes="custom-button", elem_id="button3")
|
666 |
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH", elem_classes="custom-button", elem_id="button4")
|
667 |
+
sample_button4 = gr.Button("I want to analyze item name and quantity for different custmers in a stacked bar chart for the warehouse WH", elem_classes="custom-button", elem_id="button5", visible=False)
|
668 |
|
669 |
with gr.Row():
|
670 |
chatbot = gr.Chatbot(elem_classes="gr-chatbot",
|