Ann Marie Ward

Results 121 comments of Ann Marie Ward

![Peek 2021-03-16 18-28](https://user-images.githubusercontent.com/72614349/111401073-d2c79680-8685-11eb-888a-62143a3ade51.gif)

![Peek 2021-03-17 06-57](https://user-images.githubusercontent.com/72614349/111480344-228e7800-86ef-11eb-9ac9-32740c1fab1e.gif)

![theme_switch_toggle](https://user-images.githubusercontent.com/72614349/131913051-700ddad2-e3ae-4c6f-a6e8-f40f8fe845fb.gif) ![figure_template1](https://user-images.githubusercontent.com/72614349/129459808-40032148-82e1-47ce-a49a-05e598c69400.png) ![figure_template2](https://user-images.githubusercontent.com/72614349/129459807-30c22ffe-7a8c-44b9-9555-6cfd50ec355b.png)

Hi @stephank007 Yes, please see the example [multi_page_flask_login2](https://github.com/AnnMarieW/dash-multi-page-app-demos/blob/main/multi_page_flask_login2/app.py) You can also find more information on this topic on the Dash community forum: https://community.plotly.com/t/dash-app-pages-with-flask-login-flow-using-flask/69507

Actually, I don't think this is more clear. How about adding a comment to the code to say why this is needed? And/or a link to the docs for more...

Hi @priamai and thanks for trying some of the examples! The tables are overlapping because the DataTable is not staying inside the container as the screen size changes. There are...

@huong-li-nguyen I think there are 2 issues here: 1. Since Vizro uses the dbc library, people familiar with Dash may assume that Vizro is compatible with a Bootstrap stylesheet. It...

When using the Dash Bootstrap Components library in a Dash app, it's necessary to add a Bootstrap stylesheet. The most common way is with an external stylesheet like this: ```...

You may be interested in the latest release of [Dash Auth](https://github.com/plotly/dash-auth), which add a lot of great new features to the open source authentication for Dash apps :tada: