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
946ed04
·
1 Parent(s):
6286a70
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -65,4 +65,7 @@ def user_report():
65
66
#Customer Data
67
user_data = user_report()
68
st.write(user_data)
65
66
#Customer Data
67
user_data = user_report()
68
+
st.header("Customer Data")
69
st.write(user_data)
70
+
71
+