This app demonstrates how to use Dash Design Kit Controls and Headers within an app with one Graph component.
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.
Note: If you initialized your app using an app from the App Catalog, the app's requirements are already installed. Go to step 2 to get started.
- Install the required Python packages:
pip install -r requirements.txt
- Run the app:
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, you can either deploy by selecting the Deploy
button in the workspace, or by using Git commands in the workspace terminal. See Deploying Changes for more details on deploying from a workspace.