Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ chat = ChatWrapper()"""
|
|
23 |
chatbot = gr.Chatbot()
|
24 |
|
25 |
def get_response(message):
|
26 |
-
response = (f"You entered: {
|
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 |
|