jaymeen1405's picture
Upload 39 files
58478b5 verified
Raw
History Blame Contribute Delete
265 Bytes
import streamlit as st
def load_css():
st.markdown(
"""
<style>
.block-container{
padding-top:1.5rem;
padding-bottom:2rem;
}
.stChatMessage{
border-radius:12px;
}
</style>
""",
unsafe_allow_html=True,
)