Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
community-pool
/
test1
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e98e451
test1
/
main_chatbot.py
broadfield
Adding file test: ./main_chatbot.py
e98e451
verified
about 2 months ago
raw
Copy download link
history
blame
127 Bytes
# main_chatbot.py
def
greet
():
return
"Hello! How can I assist you today?"
if
__name__ ==
"__main__"
:
print
(greet())