Jiranuwat commited on
Commit
6d7abe9
·
1 Parent(s): f113093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def main():
107
  # Show SIR
108
  SIR_param = SIR(country,recovery)
109
 
110
- st.success(st.pyplot(SIR_param[-1]))
111
  st.success("SIR model parameters for "+str(country)+" is")
112
  st.success("R0 = "+str(SIR_param[0]))
113
  st.success("Beta = "+str(SIR_param[2]))
 
107
  # Show SIR
108
  SIR_param = SIR(country,recovery)
109
 
110
+ st.pyplot(SIR_param[-1])
111
  st.success("SIR model parameters for "+str(country)+" is")
112
  st.success("R0 = "+str(SIR_param[0]))
113
  st.success("Beta = "+str(SIR_param[2]))