Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sihar
/
heart_failure
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sihar
commited on
May 19, 2023
Commit
84357b6
·
1 Parent(s):
4350ab2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -49,6 +49,7 @@ if st.button('Predict'):
49
prediction = 'Live'
50
51
st.write('Based on user input, predicted: ')
52
53
54
49
prediction = 'Live'
50
51
st.write('Based on user input, predicted: ')
52
+
st.write(prediction)
53
54
55