Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ st.markdown("""
|
|
37 |
}
|
38 |
.stAlert {
|
39 |
background-color: #f0f0f5 !important;
|
40 |
-
color: #
|
41 |
padding: 1.25rem !important;
|
42 |
font-size: 1rem !important;
|
43 |
border-radius: 0.5rem !important;
|
@@ -57,7 +57,7 @@ st.markdown("""
|
|
57 |
line-height: 1.5;
|
58 |
}
|
59 |
.block-container {
|
60 |
-
background-color:
|
61 |
color: #1A1A1A !important;
|
62 |
padding-left: 2rem !important;
|
63 |
padding-right: 2rem !important;
|
|
|
37 |
}
|
38 |
.stAlert {
|
39 |
background-color: #f0f0f5 !important;
|
40 |
+
color: #1A1A1A !important;
|
41 |
padding: 1.25rem !important;
|
42 |
font-size: 1rem !important;
|
43 |
border-radius: 0.5rem !important;
|
|
|
57 |
line-height: 1.5;
|
58 |
}
|
59 |
.block-container {
|
60 |
+
background-color: #1A1A1A !important;
|
61 |
color: #1A1A1A !important;
|
62 |
padding-left: 2rem !important;
|
63 |
padding-right: 2rem !important;
|