-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels