陈俊杰
commited on
Commit
·
79291d4
1
Parent(s):
1f0ed0b
dateframe
Browse files
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 |
|