Spaces:
Running
Running
Update app.py
Browse files
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 = ["
|
| 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)
|