Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def main():
|
|
146 |
SIR_param = SIR(country_code,R0,recovery,pop)
|
147 |
|
148 |
st.pyplot(SIR_param[-1])
|
149 |
-
st.pyplot(compare_plt(country_code,pop))
|
150 |
st.success("SIR model parameters for "+str(country)+" is")
|
151 |
st.success("R0 = "+str(SIR_param[0]))
|
152 |
st.success("Beta = "+str(SIR_param[2]))
|
|
|
146 |
SIR_param = SIR(country_code,R0,recovery,pop)
|
147 |
|
148 |
st.pyplot(SIR_param[-1])
|
149 |
+
#st.pyplot(compare_plt(country_code,pop))
|
150 |
st.success("SIR model parameters for "+str(country)+" is")
|
151 |
st.success("R0 = "+str(SIR_param[0]))
|
152 |
st.success("Beta = "+str(SIR_param[2]))
|