mirror of
https://github.com/babysor/Realtime-Voice-Clone-Chinese.git
synced 2026-04-25 19:30:49 +08:00
11 lines
205 B
Python
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;
|
|
}
|
|
"""
|