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

Update app.py

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