Skip to content

A template for streamlit apps. Multiple pages and utilities are structured.

Notifications You must be signed in to change notification settings

emptymalei/streamlit-multipage-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

streamlit-template

Streamlit officially supports multipage: link to announcement

A streamlit app template.

  • Pages and utilities are structured.
  • Easily add new pages.
  • Bash script to run the dashboard.
  • Dockerfile to build a docker image.

Dev

  1. Create an environment conda create -n streamlit-template python=3.7 pip
  2. Install requirements: pip install -r app/requirements.txt

Start the dasboard:

  • cd app
  • streamlit run dashboard.py

About

A template for streamlit apps. Multiple pages and utilities are structured.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published