MattStammers commited on
Commit
a4327bb
·
1 Parent(s): 2556662

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ and ex-smokers who start smoking again over time.
40
 
41
  st.subheader('Slide the Slider to Vary Re-Investment Levels')
42
 
43
- model = load_model('models/smoking cessation demo.stmx')
44
 
45
  if model is not None:
46
  re_investment = st.slider("Proportion of Savings Spent on Cessation", 0, 100, 45)
 
40
 
41
  st.subheader('Slide the Slider to Vary Re-Investment Levels')
42
 
43
+ model = load_model('smoking cessation demo.stmx')
44
 
45
  if model is not None:
46
  re_investment = st.slider("Proportion of Savings Spent on Cessation", 0, 100, 45)