Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def find_most_similar_command(statement, command_list):
|
|
35 |
best_match = command
|
36 |
if i<7:
|
37 |
reply=replies[1]
|
38 |
-
elif i>
|
39 |
reply=replies[2]
|
40 |
elif i>8 and i<10:
|
41 |
reply=replies[3]
|
|
|
35 |
best_match = command
|
36 |
if i<7:
|
37 |
reply=replies[1]
|
38 |
+
elif i>6 and i<9:
|
39 |
reply=replies[2]
|
40 |
elif i>8 and i<10:
|
41 |
reply=replies[3]
|