A couple of issues.
- I want to put an “H1” header on my page.
pn.pane.Markdown("# COVID Tickers")
does not seem to work. - attempting to put all the renderables into a
pn.Column
leads to theMultiSelect
being rendered twice - Why is the MultiSelect rendered twice and the chart only once?