Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -548,7 +548,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue"), css=CUSTOM_CSS, title="
|
|
| 548 |
"for a natural-language WMS query tool."
|
| 549 |
))
|
| 550 |
with gr.Row():
|
| 551 |
-
inv_input = gr.Textbox(label="Query", placeholder="How many units of SKU-1042 are in Zone
|
| 552 |
inv_btn = gr.Button("Search", variant="primary", scale=1)
|
| 553 |
inv_note = gr.Markdown()
|
| 554 |
inv_result = gr.Dataframe(label="Results", wrap=True)
|
|
@@ -561,7 +561,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue"), css=CUSTOM_CSS, title="
|
|
| 561 |
"What's the status of order #10007?",
|
| 562 |
"Show me low stock items",
|
| 563 |
"Any delayed orders?",
|
| 564 |
-
"Is SKU-1015 in stock at Zone
|
| 565 |
"Do we have enough SKU-1030 to fulfill 200 units?",
|
| 566 |
"Track order #10021 for me",
|
| 567 |
"Show the fulfillment status of #10045",
|
|
|
|
| 548 |
"for a natural-language WMS query tool."
|
| 549 |
))
|
| 550 |
with gr.Row():
|
| 551 |
+
inv_input = gr.Textbox(label="Query", placeholder="How many units of SKU-1042 are in Zone C?", scale=4)
|
| 552 |
inv_btn = gr.Button("Search", variant="primary", scale=1)
|
| 553 |
inv_note = gr.Markdown()
|
| 554 |
inv_result = gr.Dataframe(label="Results", wrap=True)
|
|
|
|
| 561 |
"What's the status of order #10007?",
|
| 562 |
"Show me low stock items",
|
| 563 |
"Any delayed orders?",
|
| 564 |
+
"Is SKU-1015 in stock at Zone D?",
|
| 565 |
"Do we have enough SKU-1030 to fulfill 200 units?",
|
| 566 |
"Track order #10021 for me",
|
| 567 |
"Show the fulfillment status of #10045",
|