Spaces:
Running
Running
Update app.py
Browse files
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;
|