陈俊杰
commited on
Commit
•
1cc615c
1
Parent(s):
c8d8fbe
fontSize
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with st.sidebar:
|
|
123 |
st.markdown("""
|
124 |
<style>
|
125 |
/* 应用到所有的Markdown渲染文本 */
|
126 |
-
div[data-testid="stMarkdownContainer"]
|
127 |
font-size: 24px;
|
128 |
line-height: 1.6;
|
129 |
color: #4CAF50;
|
|
|
123 |
st.markdown("""
|
124 |
<style>
|
125 |
/* 应用到所有的Markdown渲染文本 */
|
126 |
+
div[data-testid="stMarkdownContainer"] {
|
127 |
font-size: 24px;
|
128 |
line-height: 1.6;
|
129 |
color: #4CAF50;
|