C1W4B-train_classifier bug - lineplot TypeError

Updating it to sns.lineplot(**x=**x_axis, **y=**classifier_losses[:len(x_axis)], label=“Classifier Loss”) fix the problem.