Jiranuwat commited on
Commit
00c0fa0
·
1 Parent(s): 4572109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def main():
90
  st.title("SIR Model for Monkeypox")
91
 
92
  with st.form("questionaire"):
93
- country = st.selectbox("Country")# user's input
94
  recovery = st.slider("How long Monkeypox recover?", 21, 31, 21)# user's input
95
 
96
  # clicked==True only when the button is clicked
 
90
  st.title("SIR Model for Monkeypox")
91
 
92
  with st.form("questionaire"):
93
+ country = st.selectbox("Country",data['location'].unique())# user's input
94
  recovery = st.slider("How long Monkeypox recover?", 21, 31, 21)# user's input
95
 
96
  # clicked==True only when the button is clicked