Instead of defining pages_variables.py files which define which sides are rendered, we could switch the explicit creation of a site navigation:
https://docs.streamlit.io/develop/concepts/multipage-apps/page-and-navigation#adding-section-headers
This would mean that the filtering function might not be there as it is now, but it could be added as a search field which just list pages.
See: https://docs.streamlit.io/develop/concepts/multipage-apps/page-and-navigation#adding-section-headers
@rodvrees @wolski @RobbinBouwmeester : Any comments why this could not work?
Instead of defining
pages_variables.pyfiles which define which sides are rendered, we could switch the explicit creation of a site navigation:https://docs.streamlit.io/develop/concepts/multipage-apps/page-and-navigation#adding-section-headers
This would mean that the filtering function might not be there as it is now, but it could be added as a search field which just list pages.
See: https://docs.streamlit.io/develop/concepts/multipage-apps/page-and-navigation#adding-section-headers
@rodvrees @wolski @RobbinBouwmeester : Any comments why this could not work?