Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sks01dev
/
Customer-Conversion-Prediction
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aeee3af
Customer-Conversion-Prediction
/
Week 5
/
main.py
sks01dev
Final Docker-based deployment of conversion predictor
a6b5f1d
6 months ago
raw
Copy download link
history
blame
Safe
84 Bytes
def
main
():
print
(
"Hello from week-5!"
)
if
__name__ ==
"__main__"
:
main()