Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ custom_css = f"""
|
|
33 |
{MAIN_CONTENT_SELECTOR} {{
|
34 |
padding-top: {HEADER_HEIGHT} !important;
|
35 |
background-color: yellow !important;
|
36 |
-
border-style: solid !important;
|
37 |
-
border-color: red !important;
|
38 |
}}
|
39 |
|
40 |
/* Optional: If your app is set to wide mode and the header isn't spanning full width */
|
|
|
33 |
{MAIN_CONTENT_SELECTOR} {{
|
34 |
padding-top: {HEADER_HEIGHT} !important;
|
35 |
background-color: yellow !important;
|
36 |
+
#border-style: solid !important;
|
37 |
+
#border-color: red !important;
|
38 |
}}
|
39 |
|
40 |
/* Optional: If your app is set to wide mode and the header isn't spanning full width */
|