Jiranuwat commited on
Commit
d4ab6f7
·
1 Parent(s): a284163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def SIR(country,R0,t_infective,pop):
130
 
131
  def main():
132
  st.title("SIR Model for Monkeypox")
133
- st.caption("Display graph of SIR model of monkeypox and comparison between the model and actual data. /nTry to find the best R0 that fit for the actual data.")
134
 
135
  with st.form("questionaire"):
136
  country = st.selectbox("Country",data['location'].unique())# user's input
 
130
 
131
  def main():
132
  st.title("SIR Model for Monkeypox")
133
+ 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.")
134
 
135
  with st.form("questionaire"):
136
  country = st.selectbox("Country",data['location'].unique())# user's input