import streamlit as st def apply_custom_styles(): """애플리케이션에 커스텀 CSS 스타일 적용""" st.markdown(""" """, unsafe_allow_html=True)