Spaces:
Runtime error
Runtime error
Update response.py
Browse files- response.py +3 -3
response.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
|
3 |
-
def
|
4 |
-
|
5 |
-
|
|
|
1 |
|
2 |
|
3 |
+
def get_response(message):
|
4 |
+
response = "You said " + message + "!!"
|
5 |
+
return response
|