Files
Realtime-Voice-Clone-Chinese/mkgui/base/ui/streamlit_utils.py
2022-04-09 01:25:43 +08:00

11 lines
205 B
Python

CUSTOM_STREAMLIT_CSS = """
div[data-testid="stBlock"] button {
width: 100% !important;
margin-bottom: 20px !important;
border-color: #bfbfbf !important;
}
pre code {
white-space: pre-wrap;
}
"""