Jiranuwat commited on
Commit
69589ba
·
1 Parent(s): 82b7e6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -141,8 +141,7 @@ def main():
141
  recovery = st.slider("How long Monkeypox recover?", 21, 31, 21)
142
  R0 = st.slider("Basic Reproduction Number (R0)", 0.57, 3.00, 0.57)# user's input
143
  country_code = code[country][0]
144
- range = len(all_location['OWID_WRL']['total_cases'])
145
- rmpe = mean_absolute_percentage_error(scaler,i[0:range])
146
  # clicked==True only when the button is clicked
147
  clicked = st.form_submit_button("Show Graph")
148
  if clicked:
 
141
  recovery = st.slider("How long Monkeypox recover?", 21, 31, 21)
142
  R0 = st.slider("Basic Reproduction Number (R0)", 0.57, 3.00, 0.57)# user's input
143
  country_code = code[country][0]
144
+
 
145
  # clicked==True only when the button is clicked
146
  clicked = st.form_submit_button("Show Graph")
147
  if clicked: