elanuk commited on
Commit
f0f8431
·
verified ·
1 Parent(s): a577a97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ with gr.Blocks(
235
  district_input = gr.Dropdown(
236
  choices=BIHAR_DISTRICTS,
237
  label="📍 Select Bihar District",
238
- placeholder="Choose a district...",
239
  value="Patna"
240
  )
241
 
 
235
  district_input = gr.Dropdown(
236
  choices=BIHAR_DISTRICTS,
237
  label="📍 Select Bihar District",
238
+ info="Choose a district...",
239
  value="Patna"
240
  )
241