Packaging Multipage App

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?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.