Jiranuwat commited on
Commit
206748d
·
1 Parent(s): e40487e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def SIR(country,R0,t_infective,pop):
129
  return R0,t_infective,beta,gamma,rmpe,plotdata(t, s, i,r,R0),compare_plt(country,i,pop)
130
 
131
  def main():
132
- st.title("SIR Model for Monkeypox of Thailand")
133
  st.subheader("Latest updated : 6/11/2022")
134
  st.subheader("Reference : https://jckantor.github.io/CBE30338/03.09-COVID-")
135
  st.caption("Display graph of SIR model of monkeypox and comparison between the model and actual data. Try to find the best R0 that fit for the actual data (lowest MAPE).")
 
129
  return R0,t_infective,beta,gamma,rmpe,plotdata(t, s, i,r,R0),compare_plt(country,i,pop)
130
 
131
  def main():
132
+ st.title("SIR Model for Monkeypox in Thailand")
133
  st.subheader("Latest updated : 6/11/2022")
134
  st.subheader("Reference : https://jckantor.github.io/CBE30338/03.09-COVID-")
135
  st.caption("Display graph of SIR model of monkeypox and comparison between the model and actual data. Try to find the best R0 that fit for the actual data (lowest MAPE).")