Hi guys. I’m facing a problem while trying to create a multipage app through “if conditions”. First of all, i created a main.py file which contais only a fews lines of code plus a menu. In this menu there are a few options the user can select. After him selecting one of them, he is redirectioned to the page. In this new page i added a multiselect widget so he can have another three options.
This new page (he is) are located in another .py file named variables_control.
Resuming:
The main-page are in the figure below (which are in main.py). After i a select the option in the selectbox i go to another page which are in variables_control.py
Hi, mate. Would be more like implementing python modules to make pages at streamlit. In your case, you brod a way to do that without modules, but at the end everything goes in one .py file, which isn’t what are i’m looking for. BTW, thx for the hand!