Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|