Streamlit: Please add a st.topbar widget

Created on 21 Nov 2019  路  1Comment  路  Source: streamlit/streamlit

Problem

I would like to build multi page apps with a nice layout and style for use internally in an enterprise and also for the project awesome-streamlit.org.

One problem is that there is no "top" bar.

image

Solution

Add a "st.topbar" widget similar to the sidebar.

In the topbar I would expect to have

  • Buttons
  • Dropdowns for navigation
  • Input textboxes for example for search
  • Images and Icons like fontawesome icons to help the user.

Additional context

For inspiration see

https://getbootstrap.com/docs/4.0/examples/dashboard/

and more top bars like

image

image

image

image

enhancement layout

Most helpful comment

We definitely need this, for multi-pages applications.

>All comments

We definitely need this, for multi-pages applications.

Was this page helpful?
0 / 5 - 0 ratings