aboutsummaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index d719b7a..25d3cbd 100644
--- a/app.py
+++ b/app.py
@@ -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()