Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def add_sticky_header_css():
|
|
32 |
bottom: 0;
|
33 |
right: 0;
|
34 |
z-index: 1000;
|
35 |
-
background-color:
|
36 |
padding: 5px;
|
37 |
border-top: 1px solid #f0f0f0;
|
38 |
width: 100%;
|
|
|
32 |
bottom: 0;
|
33 |
right: 0;
|
34 |
z-index: 1000;
|
35 |
+
background-color: purple;
|
36 |
padding: 5px;
|
37 |
border-top: 1px solid #f0f0f0;
|
38 |
width: 100%;
|