How is it possible to split the page in 3 different sections ? Like in the attached picture.
Thank you !
How is it possible to split the page in 3 different sections ? Like in the attached picture.
Thank you !
@Gian
Welcome to the Dash community. Take a look at the layout of this app. I structured the page using classname rows and columns in this code.
For this to function properly, you need to have an assets folder with the plotly-pre-built CSS form, such as I do here.
Dash has solid documentation on the layout topic here.
Good luck,
Thank you very much Adam