TLDR : Make Streamlit apps even faster
The goal of this template is to provide a scaffolding for a Streamlit app. It includes the necessary elements to make your app :
- a React inspired structure
- some basic components
- global state management
- authentication that can be enabled with a boolean
Install the dependencies
make install
Easy as pie, just execute the following command
make start
- Frédéric Montet