Hi guys,
is anyone working on solutions / Feature for multi-page or is there already
some awesome way to do it in Streamlit?
I am waiting for something nice like:
st.nav({
page1: start.py,
page2: home.py
}}
all in the same directory as index.py. Thus displaying the
pages in the header or Sidebar
st.sidenav({
page1: about.py,
page2: settings.py
}}
Looking forward to this feature!