Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -642,11 +642,11 @@ def handle_dislike(data: gr.LikeData):
|
|
642 |
with gr.Blocks(css=css) as demo:
|
643 |
gr.Markdown("<CENTER><h2 style='font-size: 20px; font-family: Calibri;'>NewageNXT GPT</h2></CENTER>")
|
644 |
with gr.Row():
|
645 |
-
sample_button = gr.Button("What are the details of ASN24080600008", elem_classes="custom-button", style={"background-color": blue})
|
646 |
-
sample_button1 = gr.Button("What are the active warehouses", elem_classes="custom-button", style={"background-color": red})
|
647 |
-
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management", elem_classes="custom-button", style={"background-color": purple})
|
648 |
-
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH", elem_classes="custom-button", style={"background-color": orange})
|
649 |
-
sample_button4 = gr.Button("I want to analyze item name and quantity in a bar chart in warehouse WH and send email to lakshmivairamani@gmail.com", elem_classes="custom-button", style={"background-color": yellow})
|
650 |
|
651 |
with gr.Row():
|
652 |
chatbot = gr.Chatbot(elem_classes="gr-chatbot",
|
|
|
642 |
with gr.Blocks(css=css) as demo:
|
643 |
gr.Markdown("<CENTER><h2 style='font-size: 20px; font-family: Calibri;'>NewageNXT GPT</h2></CENTER>")
|
644 |
with gr.Row():
|
645 |
+
sample_button = gr.Button("What are the details of ASN24080600008", elem_classes="custom-button", style={"background-color": "blue"})
|
646 |
+
sample_button1 = gr.Button("What are the active warehouses", elem_classes="custom-button", style={"background-color": "red"})
|
647 |
+
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management", elem_classes="custom-button", style={"background-color": "purple"})
|
648 |
+
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH", elem_classes="custom-button", style={"background-color": "orange"})
|
649 |
+
sample_button4 = gr.Button("I want to analyze item name and quantity in a bar chart in warehouse WH and send email to lakshmivairamani@gmail.com", elem_classes="custom-button", style={"background-color": "yellow"})
|
650 |
|
651 |
with gr.Row():
|
652 |
chatbot = gr.Chatbot(elem_classes="gr-chatbot",
|