Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ st.markdown("""
|
|
34 |
border-radius: 12px;
|
35 |
margin-bottom: 1rem;
|
36 |
}
|
37 |
-
|
38 |
background-color: #f0f0f5 !important;
|
39 |
color: #333333 !important;
|
40 |
padding: 1.25rem !important;
|
@@ -62,7 +62,7 @@ st.markdown("""
|
|
62 |
box-shadow: none !important;
|
63 |
}
|
64 |
html, body, [data-testid="stApp"] {
|
65 |
-
background-color: #
|
66 |
}
|
67 |
</style>
|
68 |
""", unsafe_allow_html=True)
|
|
|
34 |
border-radius: 12px;
|
35 |
margin-bottom: 1rem;
|
36 |
}
|
37 |
+
.stAlert {
|
38 |
background-color: #f0f0f5 !important;
|
39 |
color: #333333 !important;
|
40 |
padding: 1.25rem !important;
|
|
|
62 |
box-shadow: none !important;
|
63 |
}
|
64 |
html, body, [data-testid="stApp"] {
|
65 |
+
background-color: #1A1A1A !important;
|
66 |
}
|
67 |
</style>
|
68 |
""", unsafe_allow_html=True)
|