Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,17 +34,26 @@ 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
</style>
|
|
|
48 |
""", unsafe_allow_html=True)
|
49 |
|
50 |
# Optional: Add a banner image (replace with your image URL)
|
|
|
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: #808080 !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 |
</style>
|
56 |
+
|
57 |
""", unsafe_allow_html=True)
|
58 |
|
59 |
# Optional: Add a banner image (replace with your image URL)
|