Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -668,7 +668,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
|
|
668 |
demo.load(update_message, None, m)
|
669 |
logout_button = gr.Button("Logout", link="/logout", elem_id="logout-button")
|
670 |
with gr.Row():
|
671 |
-
sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001")
|
672 |
sample_button1 = gr.Button("What are the active warehouses available")
|
673 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management")
|
674 |
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH")
|
|
|
668 |
demo.load(update_message, None, m)
|
669 |
logout_button = gr.Button("Logout", link="/logout", elem_id="logout-button")
|
670 |
with gr.Row():
|
671 |
+
sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001",elem_id="gradio-button")
|
672 |
sample_button1 = gr.Button("What are the active warehouses available")
|
673 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management")
|
674 |
sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH")
|