Update app.py
Browse files
app.py
CHANGED
|
@@ -136,6 +136,10 @@ def apply_custom_css():
|
|
| 136 |
font-weight: 600;
|
| 137 |
text-align: center;
|
| 138 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
|
| 140 |
.sidebar-section {
|
| 141 |
background: rgba(31, 41, 55, 0.4);
|
|
|
|
| 136 |
font-weight: 600;
|
| 137 |
text-align: center;
|
| 138 |
}
|
| 139 |
+
|
| 140 |
+
div[data-testid="stBottomBlockContainer"] {
|
| 141 |
+
background-color: #111827 !important;
|
| 142 |
+
}
|
| 143 |
|
| 144 |
.sidebar-section {
|
| 145 |
background: rgba(31, 41, 55, 0.4);
|