You could also do this
- Root
- 1_page_one.py
- pages
- 2_page_two.py
- 3_page_three.py
And then do streamlit run 1_page_one.py
You could also do this
- Root
- 1_page_one.py
- pages
- 2_page_two.py
- 3_page_three.py
And then do streamlit run 1_page_one.py