Redmind commited on
Commit
58df56a
·
verified ·
1 Parent(s): 426139e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -887,8 +887,8 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
887
  sample_button = gr.Button("What are the details of ASN24091600002",elem_classes="gr-buttonbig")
888
  sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-buttonbig")
889
  sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-buttonbig")
890
- sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse 3PL WAREHOUSE",elem_classes="gr-buttonbig")
891
- sample_button4 = gr.Button("Analyze item name & quantity for different customers in a stacked bar chart for the warehouse 3PL WAREHOUSE & send email to [email protected]", elem_classes="gr-button")
892
 
893
  with gr.Row():
894
  chatbot = gr.Chatbot(label="Select any of the questions listed above to experience RedmindGPT in action.",elem_classes="chatbot_gpt")
 
887
  sample_button = gr.Button("What are the details of ASN24091600002",elem_classes="gr-buttonbig")
888
  sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-buttonbig")
889
  sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-buttonbig")
890
+ sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH1000001",elem_classes="gr-buttonbig")
891
+ sample_button4 = gr.Button("Analyze item name & quantity for different customers in a stacked bar chart for the warehouse WH1000001 & send email to [email protected]", elem_classes="gr-button")
892
 
893
  with gr.Row():
894
  chatbot = gr.Chatbot(label="Select any of the questions listed above to experience RedmindGPT in action.",elem_classes="chatbot_gpt")