CCockrum commited on
Commit
b081f8c
·
verified ·
1 Parent(s): d7069a9

Update app.py

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