Redmind commited on
Commit
3ce98ad
·
verified ·
1 Parent(s): 46ee28c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 in warehouse WH", elem_classes="custom-button", elem_id="button5", visible=False)
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",