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
e9bc5ee
omdena-mental-health
/
response.py
patti-j
Update response.py
e9bc5ee
over 1 year ago
raw
Copy download link
history
blame
113 Bytes
# Generate response
def
get_response
(
message
):
response =
"You said "
+ message +
"!!"
return
response