Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ st.markdown("""
|
|
44 |
background-color: white !important;
|
45 |
}
|
46 |
section[data-testid="stSidebar"] > div:first-child {
|
47 |
-
background-color: #
|
48 |
color: #333333 !important;
|
49 |
padding: 2rem 1.5rem 1.5rem 1.5rem !important;
|
50 |
border-radius: 12px;
|
@@ -53,7 +53,7 @@ st.markdown("""
|
|
53 |
line-height: 1.5;
|
54 |
}
|
55 |
.block-container {
|
56 |
-
background-color: #
|
57 |
color: #333333 !important;
|
58 |
}
|
59 |
</style>
|
|
|
44 |
background-color: white !important;
|
45 |
}
|
46 |
section[data-testid="stSidebar"] > div:first-child {
|
47 |
+
background-color: #A9A9A9 !important;
|
48 |
color: #333333 !important;
|
49 |
padding: 2rem 1.5rem 1.5rem 1.5rem !important;
|
50 |
border-radius: 12px;
|
|
|
53 |
line-height: 1.5;
|
54 |
}
|
55 |
.block-container {
|
56 |
+
background-color: #D3D3D3 !important;
|
57 |
color: #333333 !important;
|
58 |
}
|
59 |
</style>
|