Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fredcaixeta
/
graph_analyst_agent_barcelona
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
graph_analyst_agent_barcelona
/
main.py
fredcaixeta
go
53ce4cd
6 months ago
raw
Copy download link
history
blame
contribute
delete
98 Bytes
def
main
():
print
(
"Hello from hf-barca-neo4j-agent!"
)
if
__name__ ==
"__main__"
:
main()