import streamlit as st import pandas as pd custom_css = """ """ # Apply custom CSS st.markdown(custom_css, unsafe_allow_html=True)