Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 343 Bytes

dash-template-repo

A boilerplate template for dash application with some sample code and components.

Features

  • Python 3.9.0
  • Dash 2.0
  • dash-labs 1.1.0
  • Multipage structure with dash-labs
  • Reusable components with classes

To use the application

  • Install requirements with pip install -r requirements.txt
  • Run python app.py