Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,12 +39,12 @@ st.markdown("""
|
|
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 |
-
|
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,8 +53,11 @@ st.markdown("""
|
|
53 |
line-height: 1.5;
|
54 |
}
|
55 |
.block-container {
|
56 |
-
background-color:
|
57 |
color: #1A1A1A !important;
|
|
|
|
|
|
|
58 |
}
|
59 |
</style>
|
60 |
|
|
|
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: gray !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: gray !important;
|
57 |
color: #1A1A1A !important;
|
58 |
+
padding-left: 2rem !important;
|
59 |
+
padding-right: 2rem !important;
|
60 |
+
box-shadow: none !important;
|
61 |
}
|
62 |
</style>
|
63 |
|