MockingBird / mkgui /base /ui /streamlit_utils.py
lewiswu1209's picture
initial commit
f4dac30
raw
history blame contribute delete
266 Bytes
CUSTOM_STREAMLIT_CSS = """
div[data-testid="stBlock"] button {
width: 100% !important;
margin-bottom: 20px !important;
border-color: #bfbfbf !important;
}
section[data-testid="stSidebar"] div {
max-width: 10rem;
}
pre code {
white-space: pre-wrap;
}
"""