import streamlit as st from resources.colors import PRIMARY, SECONDARY, BG_LIGHT def apply_custom_style(): st.markdown(f""" """, unsafe_allow_html=True) def render_app_header(ui): st.markdown(f"""
KliWinBa
{ui['title']}
""", unsafe_allow_html=True)