Abrar20 commited on
Commit
56aac82
·
verified ·
1 Parent(s): bb1fd7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -448,7 +448,7 @@ with gr.Blocks(title="Fertilizer Calculator 🌾🚜") as demo:
448
  soilB = gr.Number(label="Boron (µg/g)", value=None, precision=4)
449
 
450
  variety = gr.Dropdown(
451
- label="Select Rice Variety / Yield Goal",
452
  choices=list(VARIETY_OPTIONS.keys()),
453
  value="Aman Rice" # default
454
  )
 
448
  soilB = gr.Number(label="Boron (µg/g)", value=None, precision=4)
449
 
450
  variety = gr.Dropdown(
451
+ label="Select Rice Variety",
452
  choices=list(VARIETY_OPTIONS.keys()),
453
  value="Aman Rice" # default
454
  )