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