""" placeholder for all streamlit style hacks """ import streamlit as st def init_style(): return st.markdown( """ """, unsafe_allow_html=True, )