Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ st.markdown("""
|
|
44 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
45 |
}
|
46 |
header[data-testid="stHeader"] {
|
47 |
-
background-color:
|
48 |
}
|
49 |
section[data-testid="stSidebar"] > div:first-child {
|
50 |
background-color: #1A1A1A !important;
|
|
|
44 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
45 |
}
|
46 |
header[data-testid="stHeader"] {
|
47 |
+
background-color: gray !important;
|
48 |
}
|
49 |
section[data-testid="stSidebar"] > div:first-child {
|
50 |
background-color: #1A1A1A !important;
|