fixing a typing error
This commit is contained in:
parent
7ec5aa1832
commit
ce104f49b1
@ -65,7 +65,7 @@ training_data = [
|
||||
("Quarterly earnings report", "finance@example.com", 0),
|
||||
("Urgent: Verify your identity", "security@example.com", 1),
|
||||
("Birthday celebration", "events@example.com", 0),
|
||||
]cd
|
||||
]
|
||||
|
||||
subjects = [x[0] for x in training_data]
|
||||
senders = [x[1] for x in training_data]
|
||||
|
@ -1 +1 @@
|
||||
["3", "13", "14", "15"]
|
||||
["3", "13", "14", "15", "16"]
|
Loading…
Reference in New Issue
Block a user