georad commited on
Commit
a4c428c
·
verified ·
1 Parent(s): 51634ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -35,7 +35,8 @@ custom_css = f"""
35
  z-index: 0;
36
  }
37
  </style>
38
- """, unsafe_allow_html=True)
 
39
 
40
  # Create a custom header at the very top (this is key)
41
  # This must be the very first Streamlit element
 
35
  z-index: 0;
36
  }
37
  </style>
38
+ """
39
+ st.markdown(custom_css, unsafe_allow_html=True)
40
 
41
  # Create a custom header at the very top (this is key)
42
  # This must be the very first Streamlit element