Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fredcaixeta
/
sql_barcelona_agent
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sql_barcelona_agent
/
main.py
fredcaixeta
SQLLLLLLLLLL
2bc88b5
4 months ago
raw
Copy download link
history
blame
contribute
delete
102 Bytes
def
main
():
print
(
"Hello from barcelona-ai-agent-stats!"
)
if
__name__ ==
"__main__"
:
main()