Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,6 @@ country_options = ['All Countries','Angola','Botswana','Lesotho','Kenya','Malawi
|
|
66 |
# Create a list of options for the dropdown
|
67 |
vulnerability_options = ['All Categories','Agricultural communities', 'Children', 'Coastal communities', 'Ethnic, racial or other minorities', 'Fishery communities', 'Informal sector workers', 'Members of indigenous and local communities', 'Migrants and displaced persons', 'Older persons', 'Persons living in poverty', 'Persons with disabilities', 'Persons with pre-existing health conditions', 'Residents of drought-prone regions', 'Rural populations', 'Sexual minorities (LGBTQI+)', 'Urban populations', 'Women and other genders','Other']
|
68 |
|
69 |
-
@st.cache.data
|
70 |
# List of examples
|
71 |
examples = [
|
72 |
"-",
|
|
|
66 |
# Create a list of options for the dropdown
|
67 |
vulnerability_options = ['All Categories','Agricultural communities', 'Children', 'Coastal communities', 'Ethnic, racial or other minorities', 'Fishery communities', 'Informal sector workers', 'Members of indigenous and local communities', 'Migrants and displaced persons', 'Older persons', 'Persons living in poverty', 'Persons with disabilities', 'Persons with pre-existing health conditions', 'Residents of drought-prone regions', 'Rural populations', 'Sexual minorities (LGBTQI+)', 'Urban populations', 'Women and other genders','Other']
|
68 |
|
|
|
69 |
# List of examples
|
70 |
examples = [
|
71 |
"-",
|