Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ThirdEyeData
/
Health-Insurance-Cross-Sell-Prediction
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saritha5
commited on
Mar 3, 2023
Commit
4c7cc19
·
1 Parent(s):
f7ef59a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,7 +71,7 @@ st.write(user_data)
71
72
y_pred = cross_sell(user_data)
73
74
-
st.
write
(y_pred)
75
76
77
71
72
y_pred = cross_sell(user_data)
73
74
+
st.
subheader
(y_pred)
75
76
77