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,9 +53,9 @@ st.markdown("""
|
|
53 |
line-height: 1.5;
|
54 |
}
|
55 |
.block-container {
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
</style>
|
60 |
|
61 |
""", unsafe_allow_html=True)
|
|
|
44 |
background-color: white !important;
|
45 |
}
|
46 |
section[data-testid="stSidebar"] > div:first-child {
|
47 |
+
background-color: #d4d4d4 !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: #dcdcdc !important;
|
57 |
+
color: #333333 !important;
|
58 |
+
}
|
59 |
</style>
|
60 |
|
61 |
""", unsafe_allow_html=True)
|