Streamlit sidebarSidebars are a great way to add navigation and settings to your Streamlit app.Elements can be passed to the sidebar. Need a Streamlit developer: Click Here Introduction A sidebar is a collapsible panel on the left side of the Streamlit app.It is used for navigation, filters and settings.The sidebar can be created using the st.sidebar […]
Streamlit Tabs
Tabs in Streamlit allow’s us to organize content into separate views inside the same appThey are useful for dashboards, multi-steps forms, reports, and when you want to avoid clutter. Need a Streamlit developer: Click here Some Basic usage of streamlit tab we use st.tabs to create tabs in streamlitwe can use the with notation to insert […]
