Metadata-Version: 2.1
Name: picturebook-ai-selector-3
Version: 0.0.1
Summary: Streamlit component that allows user to select text and operate on selections.
Home-page: 
Author: Sid Pillai
Author-email: siddharthpillai123@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: devel
License-File: LICENSE

# streamlit-custom-component

Streamlit component that allows you to do X

## Installation instructions

```sh
pip install streamlit-custom-component
```

## Usage instructions

```python
import streamlit as st

from my_component import my_component

value = my_component()

st.write(value)
```
