patti-j commited on
Commit
fb1a960
1 Parent(s): da0dfa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ chat = ChatWrapper()"""
22
 
23
  chatbot = gr.Chatbot()
24
 
25
- def get_response(message)
26
  response = (f"You entered: {inp}")
27
  return response
28
 
 
22
 
23
  chatbot = gr.Chatbot()
24
 
25
+ def get_response(message):
26
  response = (f"You entered: {inp}")
27
  return response
28