Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -878,11 +878,11 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
878 |
gr.Markdown("<div class='logout-link'><a href='/logout'><b>Logout</b></a></div>")
|
879 |
|
880 |
with gr.Row():
|
881 |
-
sample_button = gr.Button("What are the details of
|
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
|
885 |
-
sample_button4 = gr.Button("Analyze item name
|
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")
|
|
|
878 |
gr.Markdown("<div class='logout-link'><a href='/logout'><b>Logout</b></a></div>")
|
879 |
|
880 |
with gr.Row():
|
881 |
+
sample_button = gr.Button("What are the details of ASN24090600003",elem_classes="gr-buttonbig")
|
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")
|