85% Accuracy in this challenge

Why is my accuracy 85% and not 100% ?
here’s a link to my csv file https://github.com/AdityaGupta235/Coding-Blocks/blob/master/books.csv

hey @18127 ,
kindly add quotes on those book names , which contains "," comma in between them. Else they are going to be read as a separate sequence.

I hope this helps you .
Thank You :slightly_smiling_face:.

My accuracy is further reduced to 13%. Here is my link https://github.com/AdityaGupta235/Coding-Blocks/blob/master/books.csv

dont add quotes in all the names , but only to those who have a comma in them.
sentence A = hi there , how are you.
sentence B = Nothing much.

As sentence A has a comma , then add it inside quotes.
As sentence B doesn’t have a comma, then just let it be as it is.

I have done that and now the accuracy is 99%.

That’s really nice.
For the rest 1% , i guess there might be small mistake is image paths .
I would suggest you to leave that one and move forward.