CCockrum commited on
Commit
03258fe
·
verified ·
1 Parent(s): 996fbde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -40,6 +40,9 @@ st.markdown("""
40
  border-radius: 0.5rem !important;
41
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
42
  }
 
 
 
43
 
44
  </style>
45
  """, unsafe_allow_html=True)
 
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: white !important;
45
+ }
46
 
47
  </style>
48
  """, unsafe_allow_html=True)