Streamlit component that allows to create image carousel
Project description
Streamlit st-img-carousel component
Streamlit component for image-carousel:
Installation:
Install the component with : pip install st-img-carousel
Example:
from st_img_carousel import img_carousel
def main():
image_urls = [
]
selected_img_url = img_carousel(image_urls=image_urls, height=200)
if selected_img_url is not None:
st.image(selected_img_url)
if __name__ == "__main__":
main()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
st-img-carousel-0.0.1.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file st-img-carousel-0.0.1.tar.gz.
File metadata
- Download URL: st-img-carousel-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf6b6899e7883d259c4e327613ac5a92230e81505a42edaf4e986f4f167a87f3
|
|
| MD5 |
020b5f9a7258fea66f37c2467750bb5c
|
|
| BLAKE2b-256 |
dec673347509d63be640127f410c5ff44f3e17918cc15eda1a0c3c50653804b5
|
File details
Details for the file st_img_carousel-0.0.1-py3-none-any.whl.
File metadata
- Download URL: st_img_carousel-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4af524b3d033f3f5c5b4d89ce578cb887eec736c8120808c70882c7056c6647
|
|
| MD5 |
349fdfc1eaf368e03c784b989761fbe3
|
|
| BLAKE2b-256 |
71f34568ae996ddf7cc3b53aeedb720e2d7ddd3fd9455c98d61921fb86c29eb4
|