hi. i'm currently building an app that tracks assignments using lists and a tinydb. i want to be able to click on an assignment and then delete it using a delete button. everything else has been set up and is all fine and dandy, but i can't seem to figure out how to delete the assignment from the list. i've attached the code that adds the assignment to the list and the delete button's code. the delete button is coded the way my teacher put it, but it doesn't work. i've already gone through multiple other topics in search for an answer, but nothing is exactly similar enough to my situation to help. i apologize if there was already an answer that i didn't see!