silk-road commited on
Commit
20b93a6
1 Parent(s): 4222961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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, response)
 
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