Spaces:
Running
Running
Update pages/2 Topic Modeling.py
Browse files
pages/2 Topic Modeling.py
CHANGED
@@ -57,7 +57,7 @@ hide_streamlit_style = """
|
|
57 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
58 |
|
59 |
with st.popover("🔗 Menu"):
|
60 |
-
st.page_link("
|
61 |
st.page_link("pages/1 Scattertext.py", label="Scattertext", icon="1️⃣")
|
62 |
st.page_link("pages/2 Topic Modeling.py", label="Topic Modeling", icon="2️⃣")
|
63 |
st.page_link("pages/3 Bidirected Network.py", label="Bidirected Network", icon="3️⃣")
|
|
|
57 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
58 |
|
59 |
with st.popover("🔗 Menu"):
|
60 |
+
st.page_link("https://www.coconut-libtool.com/", label="Home", icon="🏠")
|
61 |
st.page_link("pages/1 Scattertext.py", label="Scattertext", icon="1️⃣")
|
62 |
st.page_link("pages/2 Topic Modeling.py", label="Topic Modeling", icon="2️⃣")
|
63 |
st.page_link("pages/3 Bidirected Network.py", label="Bidirected Network", icon="3️⃣")
|