Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,16 +16,16 @@ st.markdown("""
|
|
16 |
}
|
17 |
.block-container {
|
18 |
background-color: gray !important;
|
19 |
-
color: #
|
20 |
}
|
21 |
section[data-testid="stSidebar"] > div:first-child {
|
22 |
-
background-color: #
|
23 |
padding: 1rem;
|
24 |
border-radius: 0.5rem;
|
25 |
-
color: #
|
26 |
}
|
27 |
.stMarkdown, .stTextInput, .stDataFrame {
|
28 |
-
color: #
|
29 |
}
|
30 |
img.banner {
|
31 |
width: 100%;
|
@@ -33,7 +33,7 @@ st.markdown("""
|
|
33 |
margin-bottom: 1rem;
|
34 |
}
|
35 |
.stAlert {
|
36 |
-
background-color: #
|
37 |
color: #333333 !important;
|
38 |
padding: 1.25rem !important;
|
39 |
font-size: 1rem !important;
|
@@ -53,8 +53,8 @@ st.markdown("""
|
|
53 |
line-height: 1.5;
|
54 |
}
|
55 |
.block-container {
|
56 |
-
background-color: #
|
57 |
-
color: #
|
58 |
}
|
59 |
</style>
|
60 |
|
|
|
16 |
}
|
17 |
.block-container {
|
18 |
background-color: gray !important;
|
19 |
+
color: #808080!important;
|
20 |
}
|
21 |
section[data-testid="stSidebar"] > div:first-child {
|
22 |
+
background-color: #808080 !important;
|
23 |
padding: 1rem;
|
24 |
border-radius: 0.5rem;
|
25 |
+
color: #808080 !important;
|
26 |
}
|
27 |
.stMarkdown, .stTextInput, .stDataFrame {
|
28 |
+
color: #808080!important;
|
29 |
}
|
30 |
img.banner {
|
31 |
width: 100%;
|
|
|
33 |
margin-bottom: 1rem;
|
34 |
}
|
35 |
.stAlert {
|
36 |
+
background-color: #808080 !important;
|
37 |
color: #333333 !important;
|
38 |
padding: 1.25rem !important;
|
39 |
font-size: 1rem !important;
|
|
|
53 |
line-height: 1.5;
|
54 |
}
|
55 |
.block-container {
|
56 |
+
background-color: #808080 !important;
|
57 |
+
color: #808080 !important;
|
58 |
}
|
59 |
</style>
|
60 |
|