Skip to content

Commit

Permalink
text tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Aug 2, 2021
1 parent 3f5b415 commit 7a8ffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
else:
quotes = json.load(quote_file)

mode = int(input("Approve Mode [1 for One by One or 0 for Approve All]"))
mode = int(input("Approve Mode [1 for One by One or 0 for Approve All] => "))

with open("./utils/train.txt") as train_data:
train_quotes = train_data.readlines()
Expand Down

0 comments on commit 7a8ffd7

Please sign in to comment.