You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Yuma Ichikawa
committed
fix(app): put Problem above Solve by replacing Streamlit auto-nav with manual page_links
Previously the auto-generated Streamlit multipage nav (Solve / Visualize
/ Compare) sat *above* the brand block and the manual "Problem" link
sat *below* it, so Problem appeared after Solve in the sidebar — the
opposite of the natural workflow order.
Now we hide the entire ``stSidebarNav`` block in CSS (both light and
dark themes) and emit four explicit ``st.page_link`` calls inside
``sidebar_brand()`` in workflow order:
Problem → Solve → Visualize → Compare
with proper labels and emoji icons. Same destination, clearer ordering,
no more "streamlit app" jargon anywhere in the sidebar.
0 commit comments