Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -658,7 +658,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
658 |
gr.Markdown("<div class='logout-link'><a href='/logout'>Logout</a></div>")
|
659 |
|
660 |
with gr.Row():
|
661 |
-
sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001",elem_classes="lg primary
|
662 |
sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-button")
|
663 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-button")
|
664 |
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH",elem_classes="gr-button")
|
|
|
658 |
gr.Markdown("<div class='logout-link'><a href='/logout'>Logout</a></div>")
|
659 |
|
660 |
with gr.Row():
|
661 |
+
sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001",elem_classes="lg primary")
|
662 |
sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-button")
|
663 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-button")
|
664 |
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH",elem_classes="gr-button")
|