Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,11 +98,11 @@ with gr.Blocks() as app:
|
|
98 |
placeholder="Enter product description",
|
99 |
lines=3
|
100 |
)
|
101 |
-
purchase_qty = gr.
|
102 |
label="Purchase Quantity",
|
103 |
placeholder="Enter quantity"
|
104 |
)
|
105 |
-
annual_amount = gr.
|
106 |
label="Estimated Annual Purchase Amount (USD)",
|
107 |
placeholder="Enter amount in USD"
|
108 |
)
|
|
|
98 |
placeholder="Enter product description",
|
99 |
lines=3
|
100 |
)
|
101 |
+
purchase_qty = gr.Textbox(
|
102 |
label="Purchase Quantity",
|
103 |
placeholder="Enter quantity"
|
104 |
)
|
105 |
+
annual_amount = gr.Textbox(
|
106 |
label="Estimated Annual Purchase Amount (USD)",
|
107 |
placeholder="Enter amount in USD"
|
108 |
)
|