Skip to content

Logo dark and light #4

@SKOHscripts

Description

@SKOHscripts
import streamlit as st

# get theme
theme_type = st.context.theme.type

if theme_type == "dark":
    LOGO_URL = "https://raw.githubusercontent.com/SKOHscripts/finance-tracker/main/images/logo_white.png"
else:
    LOGO_URL = "https://raw.githubusercontent.com/SKOHscripts/finance-tracker/main/images/logo_black.png"

st.markdown(
    f'<a href="{GITHUB_BASE_URL}/README.md" target="_blank">'
    f'<img src="{LOGO_URL}" height="80" style="vertical-align:middle"></a>', 
    unsafe_allow_html=True
)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions