/dash-demo

small dash app to illustrate a few tips

Primary LanguagePythonMIT LicenseMIT

Dash-Demo: A Simple Multi-page Dash app

This app was created to illustrate a few tips and strategies for building dashboard with dash.

See the post: Better Dashboards with Dash on geostats.dev for more info.

To run this app:

  1. clone the repo
  2. install the requirements (see requirements.txt)
  3. python app.py, the app runns on localhost:8050 by default