Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 998 Bytes

File metadata and controls

23 lines (17 loc) · 998 Bytes

Streamlit dashboard deployment

This folder ('/dashboard/') contains the streamlit dashboard

Streamlit is configured through configuration files in a hidden root folder .streamlit (gitignore) :

  • config.toml : contains theming, debugging etc
  • secrets.toml : contains secret keys, flask api url etc.

To deploy locally

  • Run command streamlit run dashboard/main.py

To deploy to streamlit

Secrets Management