Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Prajith04
/
qwendr
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f10b985
qwendr
/
main.py
Prajith04
Upload 12 files
cbc783a
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
85 Bytes
def
main
():
print
(
"Hello from llamadr!"
)
if
__name__ ==
"__main__"
:
main()