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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -10,6 +10,9 @@ from sklearn.metrics.pairwise import cosine_similarity
10
  # Custom CSS for white background, styled sidebar, banner, and dark grey font
11
  st.markdown("""
12
  <style>
 
 
 
13
  .main {
14
  background-color: #D3D3D3 !important;
15
  color: #1A1A1A!important;
 
10
  # Custom CSS for white background, styled sidebar, banner, and dark grey font
11
  st.markdown("""
12
  <style>
13
+ html, body, [data-testid="stApp"] {
14
+ background-color: #D3D3D3 !important;
15
+ }
16
  .main {
17
  background-color: #D3D3D3 !important;
18
  color: #1A1A1A!important;