CCockrum commited on
Commit
95c0098
·
verified ·
1 Parent(s): 3a9e51c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,7 +44,7 @@ st.markdown("""
44
  background-color: white !important;
45
  }
46
  section[data-testid="stSidebar"] > div:first-child {
47
- background-color: #d4d4d4 !important;
48
  color: #333333 !important;
49
  padding: 2rem 1.5rem 1.5rem 1.5rem !important;
50
  border-radius: 12px;
@@ -53,7 +53,7 @@ st.markdown("""
53
  line-height: 1.5;
54
  }
55
  .block-container {
56
- background-color: #dcdcdc !important;
57
  color: #333333 !important;
58
  }
59
  </style>
 
44
  background-color: white !important;
45
  }
46
  section[data-testid="stSidebar"] > div:first-child {
47
+ background-color: #A9A9A9 !important;
48
  color: #333333 !important;
49
  padding: 2rem 1.5rem 1.5rem 1.5rem !important;
50
  border-radius: 12px;
 
53
  line-height: 1.5;
54
  }
55
  .block-container {
56
+ background-color: #D3D3D3 !important;
57
  color: #333333 !important;
58
  }
59
  </style>