Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1mpreccable
/
YOGAI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
YOGAI
/
hello.py
1mpreccable
Upload 35 files
0ccc9b6
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
def
main
():
print
(
"Hello from projet-acv-2!"
)
if
__name__ ==
"__main__"
:
main()