From 3aa6a3465c2b87c4cc50ce12564611bea2f60c18 Mon Sep 17 00:00:00 2001 From: Openclaw Date: Mon, 30 Mar 2026 21:51:31 -0700 Subject: Update Prism branding assets - replace app logo with final selected Prism lockup and icon - update sidebar to use lockup asset - add canonical logo files for future mockups and branding --- app.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'app.py') diff --git a/app.py b/app.py index 0090405..d719b7a 100644 --- a/app.py +++ b/app.py @@ -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): -- cgit v1.3-2-g0d8e