faizhalas commited on
Commit
fe0dc3e
1 Parent(s): 8e31adb

Update pages/3 Bidirected Network.py

Browse files
Files changed (1) hide show
  1. pages/3 Bidirected Network.py +8 -0
pages/3 Bidirected Network.py CHANGED
@@ -25,6 +25,14 @@ st.set_page_config(
25
  layout="wide"
26
  )
27
  st.header("Biderected Keywords Network")
 
 
 
 
 
 
 
 
28
  st.subheader('Put your file here...')
29
 
30
  #===clear cache===
 
25
  layout="wide"
26
  )
27
  st.header("Biderected Keywords Network")
28
+ hide_streamlit_style = """
29
+ <style>
30
+ #MainMenu {visibility: hidden;}
31
+ footer {visibility: hidden;}
32
+ </style>
33
+ """
34
+ st.markdown(hide_streamlit_style, unsafe_allow_html=True)
35
+
36
  st.subheader('Put your file here...')
37
 
38
  #===clear cache===