EricGEGE commited on
Commit
051a879
·
verified ·
1 Parent(s): 00db3f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.Number(
93
  label="Purchase Quantity",
94
  placeholder="Enter quantity"
95
  )
96
- annual_amount = gr.Number(
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
  )