Closed emj1020 closed 11 months ago
I am going to mark this a resolved because I figured it out. You need to set the appearance setting for your streamlit dashboard to "Wide" I added one line of code in my MainApp function (before the sidebar code):
st.set_page_config(layout="wide")
I am new to this library but have been having issues orienting the navigation bar horizontally in my Streamlit app. It seems to be defaulting to a vertical orientation despite me having copy and pasted the example code from the github repo. Find my code below and a screenshot of the app attached.