Spaces:
Runtime error
Runtime error
File size: 266 Bytes
d59aeff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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;
}
"""
|