Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ st.markdown(
|
|
| 28 |
html, body, [class*="css"] {
|
| 29 |
font-family: 'Arial', sans-serif; /* or use a similar sans-serif font */
|
| 30 |
background-color: #f9f9f9; /* Light grey background */
|
| 31 |
-
font-size: 16px;
|
| 32 |
}
|
| 33 |
|
| 34 |
.title {
|
|
|
|
| 28 |
html, body, [class*="css"] {
|
| 29 |
font-family: 'Arial', sans-serif; /* or use a similar sans-serif font */
|
| 30 |
background-color: #f9f9f9; /* Light grey background */
|
| 31 |
+
font-size: 16px !important;
|
| 32 |
}
|
| 33 |
|
| 34 |
.title {
|