import streamlit as st def custom_css(): """Add custom CSS for layout""" st.markdown(""" """, unsafe_allow_html=True)