frrnnda7 commited on
Commit
100fb96
1 Parent(s): d536865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ data = pd.DataFrame({'age': [age],
41
  'time': [tym]})
42
 
43
  # model predict
44
- death = rf.predict(data).tolist()[0]
45
 
46
  # interpretation
47
  st.write('Predition Result: ')
 
41
  'time': [tym]})
42
 
43
  # model predict
44
+ death = rfc.predict(data).tolist()[0]
45
 
46
  # interpretation
47
  st.write('Predition Result: ')