Hunzla commited on
Commit
81c1590
1 Parent(s): 39e3e24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ def find_most_similar_command(statement, command_list):
31
  highest_similarity = similarity
32
  best_match = command
33
  reply=replies[i]
 
34
  i+=1
35
 
36
  return best_match,reply
 
31
  highest_similarity = similarity
32
  best_match = command
33
  reply=replies[i]
34
+ print(reply)
35
  i+=1
36
 
37
  return best_match,reply