Jiranuwat commited on
Commit
d7a049f
·
1 Parent(s): 4dfe6c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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]))