Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vin00d
/
pythonic-rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6130712
pythonic-rag
/
hello.py
CSAle
UV Env
3a8bd33
6 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
def
main
():
print
(
"Hello from aie5-deploypythonicrag!"
)
if
__name__ ==
"__main__"
:
main()