georad commited on
Commit
d74bd60
·
verified ·
1 Parent(s): a436296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ def add_sticky_header_css():
11
  right: 0;
12
  z-index: 1000;
13
  width: 100%;
14
- background-color: red;
15
  }
16
 
17
  /* Make Streamlit's status widget sticky */
@@ -28,7 +28,7 @@ def add_sticky_header_css():
28
 
29
  /* Add padding to main content to prevent overlap with fixed header */
30
  .main .block-container {
31
- padding-top: 25rem;
32
  padding-bottom: 3rem;
33
  }
34
  </style>
 
11
  right: 0;
12
  z-index: 1000;
13
  width: 100%;
14
+ background-color: blue;
15
  }
16
 
17
  /* Make Streamlit's status widget sticky */
 
28
 
29
  /* Add padding to main content to prevent overlap with fixed header */
30
  .main .block-container {
31
+ padding-top: 35rem;
32
  padding-bottom: 3rem;
33
  }
34
  </style>