import streamlit as st def apply_navigation_styles(): """Apply navigation and UI setup specific styling.""" st.markdown(""" """, unsafe_allow_html=True) def apply_compact_layout(): """Apply compact layout styling for specific pages.""" st.markdown(""" """, unsafe_allow_html=True)