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