Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1454,7 +1454,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
1454 |
|
1455 |
# Buttons for sample queries
|
1456 |
with gr.Row():
|
1457 |
-
sample_button = gr.Button("What are the details of ASN24091600002", elem_classes="gr-buttonbig")
|
1458 |
sample_button1 = gr.Button("What are the active warehouses available", elem_classes="gr-buttonbig")
|
1459 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management", elem_classes="gr-buttonbig")
|
1460 |
sample_button3 = gr.Button("can you generate a doughnut chart with item name and quantities for warehouse DUBAIWARE", elem_classes="gr-buttonbig")
|
|
|
1454 |
|
1455 |
# Buttons for sample queries
|
1456 |
with gr.Row():
|
1457 |
+
#sample_button = gr.Button("What are the details of ASN24091600002", elem_classes="gr-buttonbig")
|
1458 |
sample_button1 = gr.Button("What are the active warehouses available", elem_classes="gr-buttonbig")
|
1459 |
sample_button2 = gr.Button("Explain Pre-Receiving Yard Management", elem_classes="gr-buttonbig")
|
1460 |
sample_button3 = gr.Button("can you generate a doughnut chart with item name and quantities for warehouse DUBAIWARE", elem_classes="gr-buttonbig")
|