Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,11 +89,11 @@ with gr.Blocks() as app:
|
|
89 |
placeholder="Enter product description",
|
90 |
lines=3
|
91 |
)
|
92 |
-
purchase_qty = gr.
|
93 |
label="Purchase Quantity",
|
94 |
placeholder="Enter quantity"
|
95 |
)
|
96 |
-
annual_amount = gr.
|
97 |
label="Estimated Annual Purchase Amount (USD)",
|
98 |
placeholder="Enter amount in USD"
|
99 |
)
|
|
|
89 |
placeholder="Enter product description",
|
90 |
lines=3
|
91 |
)
|
92 |
+
purchase_qty = gr.Textbox(
|
93 |
label="Purchase Quantity",
|
94 |
placeholder="Enter quantity"
|
95 |
)
|
96 |
+
annual_amount = gr.Textbox(
|
97 |
label="Estimated Annual Purchase Amount (USD)",
|
98 |
placeholder="Enter amount in USD"
|
99 |
)
|