mirror of
https://github.com/babysor/Realtime-Voice-Clone-Chinese.git
synced 2026-02-08 13:03:59 +08:00
14 lines
266 B
Python
14 lines
266 B
Python
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;
|
|
}
|
|
"""
|