Streamlit App

Streamlit app scaffold with app.py and requirements.

Create this template

bash
# install
pip install jyinit

# create a scaffold for a streamlit app
jyinit create my-project --type streamlit-app

# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactive

Great for

  • dashboards
  • prototyping