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