Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MLDevOps
/
CS553_CaseStudy1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CS553_CaseStudy1
/
main.py
github-actions
Deploy to Spaces with Xet
9826f0b
21 days ago
raw
Copy download link
history
blame
contribute
delete
94 Bytes
def
main
():
print
(
"Hello from cs553-casestudy1!"
)
if
__name__ ==
"__main__"
:
main()