I am trying to create a bar positioned at the top of the streamlit’s app page but there’s always space between the top of the page and the bar. I would also like the bar to fit the screen width, but it doesn’t. This is the code so far:
By app bar, perhaps you’re referring to a navigation bar? If so, here’s a video showing how to use a CSS customization approach to add it (https://www.youtube.com/watch?v=hoPvOIJvrb8)
Yes, that’s the idea, however, I was trying to implement it with mui.elements. I kind of solved it by taking ideas from here reduce-white-space-top-of-the-page.