streamlit-image-select icon indicating copy to clipboard operation
streamlit-image-select copied to clipboard

🖼️ An image select component for Streamlit

Results 19 streamlit-image-select issues
Sort by recently updated
recently updated
newest added

# Description I don't know how to explain the following but: if you pip install this library from pypi the `index` parameter is not working, but if you build it...

As of now, there is always a selection required. It would be good to have the option of there being no image selected as well.

`image_select`'s performace shouldn't depend from the total amount of images to be displayed - but from the currently displayed ones. This doesn't seem to be the case causing much bigger...

Hi, thank you for this! I have a little request, in case of a lot of images being passed to image_select, Is it possible to make them scrollable to the...

Changes: * Add width, height, center and label_visibility parameters and implement them.

Changes: - select multiple images by default: `index` arg became `indices` - by default no image is selected - `image_select` return list of images instead of a single image, subsequently,...

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...

Hey there! in styles.css there is a fixed width and height for image boxes. ``` .image-box { border: 1px solid rgba(49, 51, 63, 0.2); border-radius: 0.25rem; padding: calc(0.25rem + 1px);...

As it is tight now, images are faded when unselected. I just changed it from the style.css file, but I think being able to select the opacity could be nice...