Some updates about tabs in streamlit:
- The github issue requesting it as a feature (also listed in above in this thread) is still open as of 2021-04-17:
- Another discuss.streamlit.io thread on the topic is here: Multiple tabs in streamlit - #3 by JayC
- 2 hacks are shared in that thread: one using bokeh and one using bootstrap + query parameters. The source code for the 2nd one is in the github issue thread