Hello everyone!
I developed a python package built-in with a multipage streamlit app, and thus had to put a __init__.py
file on the pages folder so that setuptools would rekcognize the folder and include it in the package distribution. But as you’d imagine, the init file is being rendered as a page.
Is there any way to hide a page or exclude a file in the pages folder from being rendered?