omdena-mental-health / response.py
patti-j's picture
Update response.py
e9bc5ee
raw
history blame
113 Bytes
# Generate response
def get_response(message):
response = "You said " + message + "!!"
return response