Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
webslate
/
transactify
like
2
Follow
Webslate.io
3
English
custom
License:
mit
Model card
Files
Files and versions
Community
16
refs/pr/4
transactify
/
main.py
ananthakrishnan
updated code
f7ada72
3 months ago
raw
Copy download link
history
blame
126 Bytes
# hello_world.py
def
hello_world
():
print
(
"Hello World from Hugging Face!"
)
if
__name__ ==
"__main__"
:
hello_world()