czczup commited on
Commit
9247610
1 Parent(s): 047b11d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -2,6 +2,18 @@ import streamlit as st
2
 
3
  st.set_page_config(layout="wide")
4
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  st.markdown(
7
  """
 
2
 
3
  st.set_page_config(layout="wide")
4
 
5
+ hide_streamlit_style = """
6
+ <style>
7
+ /* Hide the Streamlit header and menu */
8
+ header {visibility: hidden;}
9
+ /* Optionally, hide the footer */
10
+ .streamlit-footer {display: none;}
11
+ /* Hide your specific div class, replace class name with the one you identified */
12
+ .st-emotion-cache-uf99v8 {display: none;}
13
+ </style>
14
+ """
15
+
16
+ st.markdown(hide_streamlit_style, unsafe_allow_html=True)
17
 
18
  st.markdown(
19
  """