georad commited on
Commit
42288cb
·
verified ·
1 Parent(s): c674483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,11 +7,11 @@ def add_sticky_header_css():
7
  /* Make Streamlit's toolbar sticky */
8
  [data-testid="stToolbar"] {
9
  position: fixed;
10
- bottom: 0;
11
  right: 0;
12
  z-index: 1000;
13
  width: 100%;
14
- background-color: white;
15
  }
16
 
17
  /* Make Streamlit's status widget sticky */
 
7
  /* Make Streamlit's toolbar sticky */
8
  [data-testid="stToolbar"] {
9
  position: fixed;
10
+ top: 0;
11
  right: 0;
12
  z-index: 1000;
13
  width: 100%;
14
+ background-color: red;
15
  }
16
 
17
  /* Make Streamlit's status widget sticky */