fixing a typing error

This commit is contained in:
s452649 2024-06-01 15:32:22 +02:00
parent 7ec5aa1832
commit ce104f49b1
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ training_data = [
("Quarterly earnings report", "finance@example.com", 0), ("Quarterly earnings report", "finance@example.com", 0),
("Urgent: Verify your identity", "security@example.com", 1), ("Urgent: Verify your identity", "security@example.com", 1),
("Birthday celebration", "events@example.com", 0), ("Birthday celebration", "events@example.com", 0),
]cd ]
subjects = [x[0] for x in training_data] subjects = [x[0] for x in training_data]
senders = [x[1] for x in training_data] senders = [x[1] for x in training_data]

View File

@ -1 +1 @@
["3", "13", "14", "15"] ["3", "13", "14", "15", "16"]