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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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: #ffffff !important;
48
  color: #333333 !important;
49
  padding: 2rem 1.5rem 1.5rem 1.5rem !important;
50
  border-radius: 12px;
@@ -53,9 +53,9 @@ st.markdown("""
53
  line-height: 1.5;
54
  }
55
  .block-container {
56
- background-color: #f8f9fa !important;
57
- color: #333333 !important;
58
- }
59
  </style>
60
 
61
  """, unsafe_allow_html=True)
 
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
  line-height: 1.5;
54
  }
55
  .block-container {
56
+ background-color: #dcdcdc !important;
57
+ color: #333333 !important;
58
+ }
59
  </style>
60
 
61
  """, unsafe_allow_html=True)