amaisto commited on
Commit
aa6a5e9
·
verified ·
1 Parent(s): c865382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -484,7 +484,7 @@ def main():
484
 
485
  response, is_idk = bot.respond(message, history, current_user_name)
486
  response_text = response[0]
487
- if len(response<2):
488
  scores = ["no_data","no_data"]
489
  scores = response[1]
490
 
 
484
 
485
  response, is_idk = bot.respond(message, history, current_user_name)
486
  response_text = response[0]
487
+ if len(response)<2:
488
  scores = ["no_data","no_data"]
489
  scores = response[1]
490