Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|