Update app.py
Browse files
app.py
CHANGED
|
@@ -140,6 +140,10 @@ def apply_custom_css():
|
|
| 140 |
div[data-testid="stBottomBlockContainer"] {
|
| 141 |
background-color: #111827 !important;
|
| 142 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 143 |
|
| 144 |
.sidebar-section {
|
| 145 |
background: rgba(31, 41, 55, 0.4);
|
|
|
|
| 140 |
div[data-testid="stBottomBlockContainer"] {
|
| 141 |
background-color: #111827 !important;
|
| 142 |
}
|
| 143 |
+
|
| 144 |
+
div[data-testid="stChatInput"]{
|
| 145 |
+
background-color: #111827 !important;
|
| 146 |
+
}
|
| 147 |
|
| 148 |
.sidebar-section {
|
| 149 |
background: rgba(31, 41, 55, 0.4);
|