Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ st.markdown("""
|
|
43 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
44 |
}
|
45 |
header[data-testid="stHeader"] {
|
46 |
-
background-color:
|
47 |
}
|
48 |
section[data-testid="stSidebar"] > div:first-child {
|
49 |
background-color: #1A1A1A !important;
|
@@ -65,7 +65,7 @@ st.markdown("""
|
|
65 |
background-color: #1A1A1A !important;
|
66 |
}
|
67 |
.custom-table {
|
68 |
-
background-color: #
|
69 |
color: #1A1A1A;
|
70 |
font-family: monospace;
|
71 |
padding: 1rem;
|
|
|
43 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
44 |
}
|
45 |
header[data-testid="stHeader"] {
|
46 |
+
background-color: gray !important;
|
47 |
}
|
48 |
section[data-testid="stSidebar"] > div:first-child {
|
49 |
background-color: #1A1A1A !important;
|
|
|
65 |
background-color: #1A1A1A !important;
|
66 |
}
|
67 |
.custom-table {
|
68 |
+
background-color: #D3D3D3;
|
69 |
color: #1A1A1A;
|
70 |
font-family: monospace;
|
71 |
padding: 1rem;
|