Redmind commited on
Commit
12b3089
·
verified ·
1 Parent(s): 167d13b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -882,7 +882,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
882
  sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-buttonbig")
883
  sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-buttonbig")
884
  sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse 3PL WAREHOUSE",elem_classes="gr-buttonbig")
885
- sample_button4 = gr.Button("Analyze item name & quantity for different customers in a stacked bar chart for the warehouse 3PL WAREHOUSE & send email to lakshmivairamani@gmail.com", elem_classes="gr-button")
886
 
887
  with gr.Row():
888
  chatbot = gr.Chatbot(label="Select any of the questions listed above to experience RedmindGPT in action.",elem_classes="chatbot_gpt")
 
882
  sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-buttonbig")
883
  sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-buttonbig")
884
  sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse 3PL WAREHOUSE",elem_classes="gr-buttonbig")
885
+ sample_button4 = gr.Button("Analyze item name & quantity for different customers in a stacked bar chart for the warehouse 3PL WAREHOUSE & send email to meetarun@gmail.com", elem_classes="gr-button")
886
 
887
  with gr.Row():
888
  chatbot = gr.Chatbot(label="Select any of the questions listed above to experience RedmindGPT in action.",elem_classes="chatbot_gpt")