Multipages in APP

Hello Together :),

I would like to use the multipages feature for my app.
For this I have seen that the individual pages should be stored in a folder pages. Is it also possible to give a different name to the folder?

Thanks a lot!

Matix

The folder needs to be names pages if you use vanilla Streamlit. However, there is a package that significantly expands page management, including the option to point to other locations for pages. GitHub - blackary/st_pages: An experimental version of Streamlit Multi-Page Apps

Note however, that for the sake of relative paths, all of your scripts pages/page1.py or (wherever you put them) will execute in the same context as your main_app.py. So all of the relative paths in all of your pages should specify file location relative to your main_app.py.

1 Like

ah i see.
thank you!

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