Commit a8ca352
Yuma Ichikawa
fix(app): restore Home navigation as labelled "Problem" page link
Hiding the auto-generated "streamlit app" entry-page link in the sidebar
nav (commit b519ba2) removed the only way back to the problem-selection
page from sub-pages: users could no longer pick a problem after
navigating to Solve / Visualize / Compare.
Add an explicitly labelled `st.page_link("streamlit_app.py", label="Problem",
icon="🧩")` inside `sidebar_brand()` so every page gets a discoverable,
clickable link back to Home with a clear name. The CSS that hides the
auto-generated link stays in place so the navigator now shows
"🧩 Problem · Solve · Visualize · Compare" instead of the jargon
"streamlit app".1 parent b519ba2 commit a8ca352
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
762 | 772 | | |
763 | 773 | | |
764 | 774 | | |
| |||
0 commit comments