ogegadavis254 commited on
Commit
5bca2cc
1 Parent(s): e7448c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ with st.container():
165
  issues = st.multiselect("Select issues of concern:", ["Trust", "Mistrust", "Data Privacy", "Fraud", "Social Classification"])
166
 
167
  st.subheader("Kenya-Specific Inputs")
168
- regions = st.multiselect("Select regions in Kenya:", ["Nairobi", "Mombasa", "Kisumu", "Nakuru", "Eldoret"])
169
  gender_focus = st.multiselect("Select gender focus:", ["Male", "Female", "Non-binary"])
170
  st.markdown('</div>', unsafe_allow_html=True)
171
 
 
165
  issues = st.multiselect("Select issues of concern:", ["Trust", "Mistrust", "Data Privacy", "Fraud", "Social Classification"])
166
 
167
  st.subheader("Kenya-Specific Inputs")
168
+ regions = st.multiselect("Select regions in Kenya:", ["Nairobi", "Coast", "Nyanza", "Rift valley", "Eastern", "North Eastern"])
169
  gender_focus = st.multiselect("Select gender focus:", ["Male", "Female", "Non-binary"])
170
  st.markdown('</div>', unsafe_allow_html=True)
171