Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,25 +34,29 @@ st.markdown("""
|
|
34 |
}
|
35 |
.stAlert {
|
36 |
background-color: #f0f0f5 !important;
|
37 |
-
color: #
|
38 |
padding: 1.25rem !important;
|
39 |
font-size: 1rem !important;
|
40 |
border-radius: 0.5rem !important;
|
41 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
42 |
}
|
43 |
header[data-testid="stHeader"] {
|
44 |
-
background-color:
|
45 |
}
|
46 |
section[data-testid="stSidebar"] > div:first-child {
|
47 |
-
background-color: #
|
48 |
-
color: #333333
|
49 |
padding: 2rem 1.5rem 1.5rem 1.5rem !important;
|
50 |
border-radius: 12px;
|
51 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
52 |
font-size: 0.95rem;
|
53 |
line-height: 1.5;
|
54 |
}
|
55 |
-
|
|
|
|
|
|
|
|
|
56 |
|
57 |
""", unsafe_allow_html=True)
|
58 |
|
|
|
34 |
}
|
35 |
.stAlert {
|
36 |
background-color: #f0f0f5 !important;
|
37 |
+
color: #333333 !important;
|
38 |
padding: 1.25rem !important;
|
39 |
font-size: 1rem !important;
|
40 |
border-radius: 0.5rem !important;
|
41 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
42 |
}
|
43 |
header[data-testid="stHeader"] {
|
44 |
+
background-color: white !important;
|
45 |
}
|
46 |
section[data-testid="stSidebar"] > div:first-child {
|
47 |
+
background-color: #ffffff !important;
|
48 |
+
color: #333333 !important;
|
49 |
padding: 2rem 1.5rem 1.5rem 1.5rem !important;
|
50 |
border-radius: 12px;
|
51 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
52 |
font-size: 0.95rem;
|
53 |
line-height: 1.5;
|
54 |
}
|
55 |
+
.block-container {
|
56 |
+
background-color: #f8f9fa !important;
|
57 |
+
color: #333333 !important;
|
58 |
+
}
|
59 |
+
</style>
|
60 |
|
61 |
""", unsafe_allow_html=True)
|
62 |
|