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