Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
akrstova
/
Final_Assignment_Template
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
32aa30b
Final_Assignment_Template
/
main.py
akrstova
Initial version of agent with math and search tools
2a6057d
12 months ago
raw
Copy download link
history
blame
Safe
103 Bytes
def
main
():
print
(
"Hello from final-assignment-template!"
)
if
__name__ ==
"__main__"
:
main()