In `Chapter-6/app.py` line 456, the first tab is defined as: ``` dbc.Tab(learn_card, tab_id="tab1", label="Learn") ``` but the other tabs all use <code>tab-<em>N</em></code> (hyphenated). Changing this tab's ID to `tab-1` does not affect functionality.
In
Chapter-6/app.pyline 456, the first tab is defined as:but the other tabs all use
tab-N(hyphenated). Changing this tab's ID totab-1does not affect functionality.