Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -849,7 +849,7 @@ body, .gradio-container {
|
|
849 |
"""
|
850 |
|
851 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
852 |
-
gr.HTML("<CENTER><B><h1 style='font-size:30px; font-family: Calibri;'>
|
853 |
with gr.Row():
|
854 |
m = gr.Markdown()
|
855 |
demo.load(update_message, None, m)
|
@@ -862,7 +862,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
862 |
sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-button")
|
863 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-button")
|
864 |
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH",elem_classes="gr-button")
|
865 |
-
sample_button4 = gr.Button("I want to analyze item name and quantity for different customers in a stacked bar chart for the warehouse WH", elem_classes="gr-button")
|
866 |
|
867 |
with gr.Row():
|
868 |
chatbot = gr.Chatbot(label="Ask a question about the API, Database, a Document or Warehouse inventory analysis.",elem_classes="chatbot_gpt")
|
|
|
849 |
"""
|
850 |
|
851 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
852 |
+
gr.HTML("<CENTER><B><h1 style='font-size:30px; font-family: Calibri;'>RedMindGPT</h1></B></CENTER>")
|
853 |
with gr.Row():
|
854 |
m = gr.Markdown()
|
855 |
demo.load(update_message, None, m)
|
|
|
862 |
sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-button")
|
863 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-button")
|
864 |
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH",elem_classes="gr-button")
|
865 |
+
sample_button4 = gr.Button("I want to analyze item name and quantity for different customers in a stacked bar chart for the warehouse WH and send email to [email protected]", elem_classes="gr-button")
|
866 |
|
867 |
with gr.Row():
|
868 |
chatbot = gr.Chatbot(label="Ask a question about the API, Database, a Document or Warehouse inventory analysis.",elem_classes="chatbot_gpt")
|