Spaces:
Build error
Build error
Commit ·
a4327bb
1
Parent(s): 2556662
Update app.py
Browse files
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('
|
| 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)
|