Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -338,10 +338,10 @@ def set_background_and_styles():
|
|
| 338 |
color: #1a237e !important; /* Darker blue */
|
| 339 |
}
|
| 340 |
.st-emotion-cache-1gcs47q { /* This class can be for specific text elements */
|
| 341 |
-
color: #
|
| 342 |
}
|
| 343 |
.st-emotion-cache-10q7f27 { /* Example for st.info text */
|
| 344 |
-
color: #
|
| 345 |
}
|
| 346 |
/* Hide the top grey bar */
|
| 347 |
header.st-emotion-cache-1gh8zsi {
|
|
|
|
| 338 |
color: #1a237e !important; /* Darker blue */
|
| 339 |
}
|
| 340 |
.st-emotion-cache-1gcs47q { /* This class can be for specific text elements */
|
| 341 |
+
color: #333 !important;
|
| 342 |
}
|
| 343 |
.st-emotion-cache-10q7f27 { /* Example for st.info text */
|
| 344 |
+
color: #333 !important;
|
| 345 |
}
|
| 346 |
/* Hide the top grey bar */
|
| 347 |
header.st-emotion-cache-1gh8zsi {
|