Update app.py
Browse files
app.py
CHANGED
@@ -61,11 +61,9 @@ If no relevant information to answer the question is present in the documents, j
|
|
61 |
# model_options = ['chatGPT','Llama2']
|
62 |
|
63 |
# Create a list of options for the dropdown
|
64 |
-
@st.cache.data
|
65 |
country_options = ['All Countries','Angola','Botswana','Lesotho','Kenya','Malawi','Mozambique','Namibia','Rwanda','South Africa','Zambia','Zimbabwe']
|
66 |
|
67 |
# Create a list of options for the dropdown
|
68 |
-
@st.cache.data
|
69 |
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']
|
70 |
|
71 |
@st.cache.data
|
|
|
61 |
# model_options = ['chatGPT','Llama2']
|
62 |
|
63 |
# Create a list of options for the dropdown
|
|
|
64 |
country_options = ['All Countries','Angola','Botswana','Lesotho','Kenya','Malawi','Mozambique','Namibia','Rwanda','South Africa','Zambia','Zimbabwe']
|
65 |
|
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
|