patti-j commited on
Commit
52cb6e1
1 Parent(s): 819290f

Update app.py

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