CCockrum commited on
Commit
d4d0c2a
·
verified ·
1 Parent(s): 14b2ffc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -43,11 +43,10 @@ st.markdown("""
43
  font-size: 1rem !important;
44
  border-radius: 0.5rem !important;
45
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
46
- }
47
  header[data-testid="stHeader"] {
48
- background-color: gray !important;
49
  }
50
-
51
  section[data-testid="stSidebar"] > div:first-child {
52
  background-color: #1A1A1A !important;
53
  color: #FFFFFF !important;
@@ -64,8 +63,10 @@ st.markdown("""
64
  padding-right: 2rem !important;
65
  box-shadow: none !important;
66
  }
 
 
 
67
  </style>
68
-
69
  """, unsafe_allow_html=True)
70
 
71
  # Optional: Add a banner image (replace with your image URL)
 
43
  font-size: 1rem !important;
44
  border-radius: 0.5rem !important;
45
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
46
+ }
47
  header[data-testid="stHeader"] {
48
+ background-color: #D3D3D3 !important;
49
  }
 
50
  section[data-testid="stSidebar"] > div:first-child {
51
  background-color: #1A1A1A !important;
52
  color: #FFFFFF !important;
 
63
  padding-right: 2rem !important;
64
  box-shadow: none !important;
65
  }
66
+ html, body, [data-testid="stApp"] {
67
+ background-color: #D3D3D3 !important;
68
+ }
69
  </style>
 
70
  """, unsafe_allow_html=True)
71
 
72
  # Optional: Add a banner image (replace with your image URL)