...
/Adding Dynamically Generated URLs to the App
Adding Dynamically Generated URLs to the App
Get familiar with dynamically generated URLs and their uses when creating Dash applications.
We'll cover the following...
We now want to complete our main layout with a navigation bar, a home page link, as well as a drop-down menu for the countries. To achieve that, we introduce the NavbarSimple
component from Dash Bootstrap Components and see how we can use it.
The NavbarSimple
component
The NavbarSimple
component will take a few elements to create the structure we want, as follows:
-
We first create the navigation bar and give it ...