georad commited on
Commit
8bb6b6d
·
verified ·
1 Parent(s): a9fab4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 */