Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
891 |
-
sample_button4 = gr.Button("Analyze item name & quantity for different customers in a stacked bar chart for the warehouse
|
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")
|