faizhalas commited on
Commit
c050f1c
1 Parent(s): 49ebb82

Update pages/2 Topic Modeling.py

Browse files
Files changed (1) hide show
  1. pages/2 Topic Modeling.py +1 -1
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("Home.py", 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️⃣")
 
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️⃣")