Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,8 @@ def get_chat_response_and_emoji( agent, memory_pool, query_text ):
|
|
262 |
emoji_str = ",".join(memory_emoji)
|
263 |
|
264 |
response = needy_chatbot.chat( role = "阿p", text = query_text )
|
265 |
-
print(query_text
|
|
|
266 |
return response, emoji_str
|
267 |
|
268 |
|
|
|
262 |
emoji_str = ",".join(memory_emoji)
|
263 |
|
264 |
response = needy_chatbot.chat( role = "阿p", text = query_text )
|
265 |
+
print(query_text)
|
266 |
+
print(response)
|
267 |
return response, emoji_str
|
268 |
|
269 |
|