Metadata-Version: 2.1
Name: presentation-card
Version: 0.1.2
Summary: Streamlit component that allows you to do X
Author: Abraão Andrade
Author-email: abraaolpandrade@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# presentation-card

Streamlit component that allows you to do X

## Installation instructions 

```sh
pip install presentation-card
```

## Usage instructions

```python
import streamlit as st

from presentation_card import presentation_card

value = presentation_card()

st.write(value)
