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