vashu2425 commited on
Commit
b003a71
·
verified ·
1 Parent(s): 1c2e664

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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);