diff options
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ if "ticker" not in st.session_state: # ── Sidebar ────────────────────────────────────────────────────────────────── with st.sidebar: - st.image("assets/logo-lockup.png", use_container_width=True) + st.image("assets/logo-lockup.png", width=220) st.caption("Financial Analysis Dashboard") st.divider() |
