Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,9 @@ st.markdown("""
|
|
40 |
border-radius: 0.5rem !important;
|
41 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
42 |
}
|
|
|
|
|
|
|
43 |
|
44 |
</style>
|
45 |
""", unsafe_allow_html=True)
|
|
|
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 |
|
47 |
</style>
|
48 |
""", unsafe_allow_html=True)
|