I’ve had a go at doing this myself but I think I’m being silly. I have a python list which contains filenames, I want to display each of these items on the dash.
I’ve been trying to the use the function LI() from the dash_html_components library.
I was thinking I might need to convert the python list into a html list, which I can brute force but was wondering if there was a different way.
My end goal is for each item in the list to be a link that the user can click and download, but just want to do this first.