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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def get_response(system, context, raw = False):
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:
 
39
  # message_with_stats = markdown.markdown(message_with_stats)
40
 
41
  #return message, parse_text(message_with_stats)
42
+ return message
43
 
44
  def predict(chatbot, input_sentence, system, context):
45
  if len(input_sentence) == 0: