CCockrum commited on
Commit
140690c
·
verified ·
1 Parent(s): 7b55b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -39,10 +39,11 @@ st.markdown("""
39
  font-size: 1rem !important;
40
  border-radius: 0.5rem !important;
41
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
42
- }
43
  header[data-testid="stHeader"] {
44
- background-color: gray !important;
45
  }
 
46
  section[data-testid="stSidebar"] > div:first-child {
47
  background-color: #1A1A1A !important;
48
  color: #FFFFFF !important;
 
39
  font-size: 1rem !important;
40
  border-radius: 0.5rem !important;
41
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
42
+ }
43
  header[data-testid="stHeader"] {
44
+ background-color: #D3D3D3 !important;
45
  }
46
+
47
  section[data-testid="stSidebar"] > div:first-child {
48
  background-color: #1A1A1A !important;
49
  color: #FFFFFF !important;