georad commited on
Commit
8b9138a
·
verified ·
1 Parent(s): 9483c92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -36,9 +36,9 @@ custom_css = f"""
36
  /* Adding padding to the main content area to prevent overlap with the sticky header */
37
  {MAIN_CONTENT_SELECTOR} {{
38
  padding-top: 10px !important; /* {HEADER_HEIGHT} !important; */
39
- background-color: yellow !important;
40
- #border-style: solid !important;
41
- #border-color: red !important;
42
  }}
43
 
44
  /* Optional: If your app is set to wide mode and the header isn't spanning full width */
 
36
  /* Adding padding to the main content area to prevent overlap with the sticky header */
37
  {MAIN_CONTENT_SELECTOR} {{
38
  padding-top: 10px !important; /* {HEADER_HEIGHT} !important; */
39
+ /* background-color: yellow !important; */
40
+ /* border-style: solid !important; */
41
+ /* border-color: red !important; */
42
  }}
43
 
44
  /* Optional: If your app is set to wide mode and the header isn't spanning full width */