import streamlit as st # ============================================================ # Global CSS & Meta (Common to all tabs) # ============================================================ def add_custom_css(): st.markdown(""" """, unsafe_allow_html=True) def cvc_add_custom_css(): st.markdown(""" """, unsafe_allow_html=True)