Cartof commited on
Commit
91ab3bb
1 Parent(s): e2f0f6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ def get_response(system, context, raw = False):
38
  message_with_stats = f'{message}\n\n================\n\n{statistics}'
39
  # message_with_stats = markdown.markdown(message_with_stats)
40
 
41
- return message, parse_text(message_with_stats)
 
42
 
43
  def predict(chatbot, input_sentence, system, context):
44
  if len(input_sentence) == 0:
 
38
  message_with_stats = f'{message}\n\n================\n\n{statistics}'
39
  # message_with_stats = markdown.markdown(message_with_stats)
40
 
41
+ #return message, parse_text(message_with_stats)
42
+ return
43
 
44
  def predict(chatbot, input_sentence, system, context):
45
  if len(input_sentence) == 0: