georad commited on
Commit
2b01236
·
verified ·
1 Parent(s): dc7367e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -4,14 +4,9 @@ import streamlit as st
4
  def add_sticky_header_css():
5
  st.markdown("""
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
 
17
  /* Make Streamlit's status widget sticky */
 
4
  def add_sticky_header_css():
5
  st.markdown("""
6
  <style>
7
+ /* Make Streamlit's stMainMenu button aqua */
8
  [data-testid="stMainMenu"] {
9
+ background-color: #00FFFF;
 
 
 
 
 
10
  }
11
 
12
  /* Make Streamlit's status widget sticky */