Being able to select multiple images would increase the applicability of streamlit-image-select. An example use would be to load up numerous images on a page, select a category from a dropdown menu (corresponding to a label), and then select all images matching the label. I'd then use a submit/form button, or other action to generate output data. This data, related to the image filename or index, would then be used for other tasks.
Being able to select multiple images would increase the applicability of streamlit-image-select. An example use would be to load up numerous images on a page, select a category from a dropdown menu (corresponding to a label), and then select all images matching the label. I'd then use a submit/form button, or other action to generate output data. This data, related to the image filename or index, would then be used for other tasks.
Again, great work!