Metadata-Version: 2.1
Name: streamlit_button_with_images_and_links
Version: 0.1.4
Summary: Streamlit component which should allow you to replace buttons with images with caption
Author: Usman DG
Author-email: dimausman@inbox.ru
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.2
Requires-Dist: jinja2

# streamlit-clickable-images

Streamlit component which should allow you to replace buttons with images with caption

## Installation instructions 

```sh
pip streamlit_button_with_images_and_links
```

## Usage instructions

```python
import streamlit as st

from streamlit_clickable_images import streamlit_button_with_images_and_links

value = streamlit_button_with_images_and_links()

st.write(value)
