Jiranuwat commited on
Commit
4f51bc0
·
1 Parent(s): 5c4179a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def main():
133
 
134
  with st.form("questionaire"):
135
  country = st.selectbox("Country",data['location'].unique())# user's input
136
- recovery = st.slider("How long Monkeypox recover?", 21, 31, 21)
137
  R0 = st.slider("Basic Reproduction Number (R0)", 0.57, 3.00, 0.57)# user's input
138
  country_code = code[country][0]
139
  pop = pop_dict[country_code]
 
133
 
134
  with st.form("questionaire"):
135
  country = st.selectbox("Country",data['location'].unique())# user's input
136
+ recovery = st.slider("How long Monkeypox recover?", 14, 31, 21)
137
  R0 = st.slider("Basic Reproduction Number (R0)", 0.57, 3.00, 0.57)# user's input
138
  country_code = code[country][0]
139
  pop = pop_dict[country_code]