Error: NoLayoutException in pages multi-page app

Hi! Has anyone run into the error " NoLayoutException

dash.exceptions.NoLayoutException: No layout in module pages.home in dash.page_registry" when trying to convert from dash-labs plug in?

code can be found here: GitHub - JamesKunstle/explorer at dl_to_dash_multipage with the app.layout in the index.py

Hi @cdolfi

I had a quick look at your project – if you move the app.layout to the app.py file, it should fix the error

1 Like