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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -62,10 +62,8 @@ st.markdown("""
62
  padding-left: 2rem !important;
63
  padding-right: 2rem !important;
64
  box-shadow: none !important;
 
65
  }
66
- html, body, [data-testid="stApp"] {
67
- background-color: #D3D3D3 !important;
68
- }
69
  </style>
70
  """, unsafe_allow_html=True)
71
 
 
62
  padding-left: 2rem !important;
63
  padding-right: 2rem !important;
64
  box-shadow: none !important;
65
+
66
  }
 
 
 
67
  </style>
68
  """, unsafe_allow_html=True)
69