patti-j commited on
Commit
e9bc5ee
1 Parent(s): 17bbfe3

Update response.py

Browse files
Files changed (1) hide show
  1. response.py +1 -0
response.py CHANGED
@@ -1,4 +1,5 @@
1
 
 
2
 
3
  def get_response(message):
4
  response = "You said " + message + "!!"
 
1
 
2
+ # Generate response
3
 
4
  def get_response(message):
5
  response = "You said " + message + "!!"