Interface to modify labels in a csv file

Hello,

I watched lesson 2 regarding deployment and I found the interface to keep, delete or modify labels very practical. From what I understood, the interface is working when the images are organized in directories corresponding to labels.

I would like to use this interface for another project but the images are not stored in directories corresponding to labels. However, I have a csv file with 3 columns (image path, class, is_valid).

I wanted to ask if there is way to get a similar interface when labels are stored within a csv file. For example, it would show an image with the drop down menu, and if I selected “delete” or “modify class”, it would delete resp. modify the corresponding line in the csv file.

Thanks for your answer!
Guillaume