From 3d6ebb24a21f33d56ba665d338038be10963ce72 Mon Sep 17 00:00:00 2001 From: Openclaw Date: Mon, 30 Mar 2026 22:00:32 -0700 Subject: Fix Prism logo rendering in sidebar - use corrected base logo asset with transparent background - recrop lockup and icon files with proper padding - render sidebar logo at fixed width to avoid stretching --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') 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() -- cgit v1.3-2-g0d8e