1024m commited on
Commit
f93e74c
·
verified ·
1 Parent(s): 8be2a67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ with gr.Blocks(theme='1024m/1024m-1') as gradio_app:
189
  language = gr.Dropdown(choices=south_asian_languages, label="Language:", interactive=True, value=south_asian_languages[-1])
190
  lang_warning = gr.Markdown(visible=False)
191
  other_language = gr.Textbox(label="Other Language:", info="If not listed above", visible=True)
192
- countries = ["None", "India", "Pakistan", "Bangladesh", "Afghanistan", "Bhutan", "Nepal", "Sri Lanka", "OTHER"]
193
  country_dropdown = gr.Dropdown(choices=countries, label="Country where the image was taken:", interactive=True, value=countries[-1])
194
  country_warning = gr.Markdown(visible=False)
195
  other_country = gr.Textbox(label="Other Country:", info="If not listed above", visible=False)
 
189
  language = gr.Dropdown(choices=south_asian_languages, label="Language:", interactive=True, value=south_asian_languages[-1])
190
  lang_warning = gr.Markdown(visible=False)
191
  other_language = gr.Textbox(label="Other Language:", info="If not listed above", visible=True)
192
+ countries = ["India", "Pakistan", "Bangladesh", "Afghanistan", "Bhutan", "Nepal", "Sri Lanka", "OTHER"]
193
  country_dropdown = gr.Dropdown(choices=countries, label="Country where the image was taken:", interactive=True, value=countries[-1])
194
  country_warning = gr.Markdown(visible=False)
195
  other_country = gr.Textbox(label="Other Country:", info="If not listed above", visible=False)