Spaces:
Running
Running
Update pages/3 Bidirected Network.py
Browse files
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===
|