Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
oehzelt
/
qued_bot
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
qued_bot
/
main.py
Martin Oehzelt
add uv dependency managements, basic local agent
bc33c1d
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
86 Bytes
def
main
():
print
(
"Hello from qued-bot!"
)
if
__name__ ==
"__main__"
:
main()