陈俊杰 commited on
Commit
79291d4
·
1 Parent(s): 1f0ed0b
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -135,6 +135,9 @@ st.markdown("""
135
  font-family: 'Times New Roman', serif;
136
  line-height: 1.6;
137
  }
 
 
 
138
  </style>
139
  """, unsafe_allow_html=True)
140
 
 
135
  font-family: 'Times New Roman', serif;
136
  line-height: 1.6;
137
  }
138
+ .dataframe th, .dataframe td {
139
+ font-size: 24px;
140
+ }
141
  </style>
142
  """, unsafe_allow_html=True)
143