How to always show multipage tabs

:rotating_light: Before clicking “Create Topic”, please make sure your post includes the following information (otherwise, the post will be locked). :rotating_light:

  1. Are you running your app locally or is it deployed? Locally
  2. If your app is deployed:
    a. Is it deployed on Community Cloud or another hosting platform?
    b. Share the link to the public deployed app.
  3. Share the link to your app’s public GitHub repository (including a requirements file).
  4. Share the full text of the error message (not a screenshot).
  5. Share the Streamlit and Python versions.
    Streamlit - 1.28.0
    Python - 3.11
    image
    I want to show the tab names all the time and remove the up/down arrow that collapses the sidebar. How should I do it? Thank you!

Hi @liu431

You can customize the CSS elements of the sidebar. I’ve actually already had done those in this repo, I think this would solve the issue that you’re facing.

The demo app is:

Hope this helps!

This helps! Thank you!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.