Multiple tabs in streamlit

There’s another potential hack while we’re waiting for Streamlit-native tabs if you don’t need the power of Bokeh. You can make use of query args and Bootstrap tabs rendered via st.markdown(). Here’s a little demo inside the issue requesting tabs in streamlit: Feature request: Tabs · Issue #233 · streamlit/streamlit · GitHub

And here’s what that can look like:

5 Likes