georad commited on
Commit
aa2dec5
·
verified ·
1 Parent(s): 4af71a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -6,11 +6,11 @@ def add_sticky_header_css():
6
  <style>
7
  /* Make Streamlit's toolbar sticky */
8
  [data-testid="stMainMenu"] {
9
- position: fixed;
10
- top: 0;
11
- right: 0;
12
- z-index: 1000;
13
- width: 100%;
14
  background-color: #00FFFF;
15
  }
16
 
 
6
  <style>
7
  /* Make Streamlit's toolbar sticky */
8
  [data-testid="stMainMenu"] {
9
+ /* position: fixed; */
10
+ /* top: 0; */
11
+ /* right: 0; */
12
+ /* z-index: 1000; */
13
+ /* width: 100%; */
14
  background-color: #00FFFF;
15
  }
16