Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -722,16 +722,16 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:#css=css) as demo:
|
|
722 |
gr.Markdown("<CENTER><h1 style='font-size: 22px; font-family: Calibri;'>RedMind GPT</h1></CENTER>")
|
723 |
m=gr.Markdown()
|
724 |
demo.load(update_message, None, m)
|
725 |
-
logout_button = gr.Button("Logout", link="/logout"
|
726 |
with gr.Row():
|
727 |
-
sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001"
|
728 |
-
sample_button1 = gr.Button("What are the active warehouses available"
|
729 |
-
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management"
|
730 |
-
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH"
|
731 |
-
sample_button4 = gr.Button("I want to analyze item name and quantity for different custmers in a stacked bar chart for the warehouse WH",
|
732 |
|
733 |
with gr.Row():
|
734 |
-
chatbot = gr.Chatbot(
|
735 |
label="Ask a question about the API, Database, a Document or Warehouse inventory analysis.") # .style(color_map=["blue","grey","red"])
|
736 |
|
737 |
|
|
|
722 |
gr.Markdown("<CENTER><h1 style='font-size: 22px; font-family: Calibri;'>RedMind GPT</h1></CENTER>")
|
723 |
m=gr.Markdown()
|
724 |
demo.load(update_message, None, m)
|
725 |
+
logout_button = gr.Button("Logout", link="/logout")
|
726 |
with gr.Row():
|
727 |
+
sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001")
|
728 |
+
sample_button1 = gr.Button("What are the active warehouses available")
|
729 |
+
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management")
|
730 |
+
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH")
|
731 |
+
sample_button4 = gr.Button("I want to analyze item name and quantity for different custmers in a stacked bar chart for the warehouse WH", visible=False)
|
732 |
|
733 |
with gr.Row():
|
734 |
+
chatbot = gr.Chatbot(
|
735 |
label="Ask a question about the API, Database, a Document or Warehouse inventory analysis.") # .style(color_map=["blue","grey","red"])
|
736 |
|
737 |
|