diff options
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -73,12 +73,8 @@ if "ticker" not in st.session_state: # ── Sidebar ────────────────────────────────────────────────────────────────── with st.sidebar: - col_logo, col_title = st.columns([1, 2]) - with col_logo: - st.image("assets/logo.png", width=60) - with col_title: - st.markdown("### Prism") - st.caption("Financial Analysis Dashboard") + st.image("assets/logo-lockup.png", use_container_width=True) + st.caption("Financial Analysis Dashboard") st.divider() with st.form("ticker_search_form", clear_on_submit=False): |
