Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 418 Bytes

Streamlit App

OPD Example

To setup

> git clone https://github.com/openpolicedata/OPD_Explorer.git
> cd OPD_Explorer/
> pip install -r requirements.txt

To run

> cd OPD_Explorer/
> streamlit run opd_download_page.py

To upgrade streamlit

> pip install streamlit --upgrade