Spaces:
Running
Running
Update pages/3 Bidirected Network.py
Browse files
pages/3 Bidirected Network.py
CHANGED
@@ -38,7 +38,7 @@ hide_streamlit_style = """
|
|
38 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
39 |
|
40 |
with st.popover("🔗 Menu"):
|
41 |
-
st.page_link("
|
42 |
st.page_link("pages/1 Scattertext.py", label="Scattertext", icon="1️⃣")
|
43 |
st.page_link("pages/2 Topic Modeling.py", label="Topic Modeling", icon="2️⃣")
|
44 |
st.page_link("pages/3 Bidirected Network.py", label="Bidirected Network", icon="3️⃣")
|
|
|
38 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
39 |
|
40 |
with st.popover("🔗 Menu"):
|
41 |
+
st.page_link("https://www.coconut-libtool.com/", label="Home", icon="🏠")
|
42 |
st.page_link("pages/1 Scattertext.py", label="Scattertext", icon="1️⃣")
|
43 |
st.page_link("pages/2 Topic Modeling.py", label="Topic Modeling", icon="2️⃣")
|
44 |
st.page_link("pages/3 Bidirected Network.py", label="Bidirected Network", icon="3️⃣")
|