This app demonstrates how to use Dash Design Kit Controls and Menus within an app that has multiple Graph components.
This app demonstrates how to use different Dash Design Kit layout components. It doesn't have any callbacks, so interacting with the controls won't update the graphs.
- Install the required Python packages:
pip install -r requirements.txt
- Run the app with:
python app.py
To deploy this app to Dash Enterprise, initialize an app, and then follow the steps for deployment.
If you're developing your app in a workspace, see Deploying Changes for more details on deploying from a workspace.