Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 428 Bytes

File metadata and controls

17 lines (10 loc) · 428 Bytes

Streamlit

This repository contains the web apps for interactive results, which is build on top of Streamlit.

The website can be run locally for development:

$ pip install -r requirements.txt
$ streamlit run APP_NAME  # metrics.py, posteriors.py, or correlations.py

Note that some additional options are available, see streamlit run APP_NAME -- --help.

License

MIT