Create two sidebars in multipage app

Hi @DebayanPaul93, I dont think you can have 2 sidebar in Streamlit (as yet). However, you can experiment with 1 sidebar and 1 option bar to see if it gives you the desired functionality.

Option bar links:

  1. hydralit-components · PyPI
  2. Streamlit-option-menu is a simple Streamlit component that allows users to select a single item from a list of options in a menu - #2 by andfanilo

Cheers

1 Like