Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
patti-j
/
omdena-mental-health
like
1
Runtime error
App
Files
Files
Community
9fd257d
omdena-mental-health
/
response.py
patti-j
Create response.py
41b221f
over 1 year ago
raw
Copy download link
history
blame
Safe
63 Bytes
def
response
(
message
):
return
"Hello "
+ message +
"!!"