陈俊杰 commited on
Commit
d598b61
·
1 Parent(s): 3415404
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,9 +124,9 @@ st.markdown("""
124
  <style>
125
  /* 应用到所有的Markdown渲染文本 */
126
  div[data-testid="stMarkdownContainer"] {
127
- font-size: 24px;
128
  font-family: 'Times New Roman', serif;
129
- line-height: 1.6;
130
  }
131
  </style>
132
  """, unsafe_allow_html=True)
 
124
  <style>
125
  /* 应用到所有的Markdown渲染文本 */
126
  div[data-testid="stMarkdownContainer"] {
127
+ font-size: 36px;
128
  font-family: 'Times New Roman', serif;
129
+ line-height: 1.8;
130
  }
131
  </style>
132
  """, unsafe_allow_html=True)