Metadata-Version: 2.1
Name: streamlit-slb-video-image-gallery
Version: 1.0.5
Summary: Streamlit component that allows user to display image and video gallery
Home-page: 
Author: Sharizan Redzuan
Author-email: sredzuan@slb.com
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.38
Provides-Extra: devel
Requires-Dist: wheel; extra == "devel"
Requires-Dist: pytest==7.4.0; extra == "devel"
Requires-Dist: playwright==1.39.0; extra == "devel"
Requires-Dist: requests==2.31.0; extra == "devel"
Requires-Dist: pytest-playwright-snapshot==1.0; extra == "devel"
Requires-Dist: pytest-rerunfailures==12.0; extra == "devel"

# streamlit_slb_video_image_gallery

Streamlit component that allows user to display image and video gallery

## Installation instructions

```sh
pip install streamlit_slb_video_image_gallery
```

## Release Notes

1.0.1

- Initial Release

1.0.2

- Add video viewing features

1.0.3

- Add image lazy loading 

1.0.4

- Fix card css 

1.0.5

- Add environment condition
