""" HRHUB V2.1 - Centralized CSS Styles Inject CSS into Streamlit pages """ import streamlit as st def inject_custom_css(): """ Inject all custom CSS into Streamlit page. Call this at the start of each page. """ st.markdown(""" """, unsafe_allow_html=True)