Metadata-Version: 2.1
Name: streamlit-octostar-research
Version: 0.1.6
Summary: Streamlit component that connects to the Octostar Research App
Author: Octostar Research
Author-email: developer@octostarresearch.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# streamlit-octostar-research

Streamlit component that connects to the Octostar Research App

## Installation instructions 

```sh
pip install streamlit-octostar-research
```

## Usage instructions

```python
import streamlit as st

from streamlit_octostar_research import streamlit_octostar_research

value = streamlit_octostar_research()

st.write(value)
