faizhalas commited on
Commit
d5a6752
1 Parent(s): c050f1c

Update pages/1 Scattertext.py

Browse files
Files changed (1) hide show
  1. pages/1 Scattertext.py +1 -1
pages/1 Scattertext.py CHANGED
@@ -29,7 +29,7 @@ hide_streamlit_style = """
29
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
30
 
31
  with st.popover("🔗 Menu"):
32
- st.page_link("Home.py", label="Home", icon="🏠")
33
  st.page_link("pages/1 Scattertext.py", label="Scattertext", icon="1️⃣")
34
  st.page_link("pages/2 Topic Modeling.py", label="Topic Modeling", icon="2️⃣")
35
  st.page_link("pages/3 Bidirected Network.py", label="Bidirected Network", icon="3️⃣")
 
29
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
30
 
31
  with st.popover("🔗 Menu"):
32
+ st.page_link("https://www.coconut-libtool.com/", label="Home", icon="🏠")
33
  st.page_link("pages/1 Scattertext.py", label="Scattertext", icon="1️⃣")
34
  st.page_link("pages/2 Topic Modeling.py", label="Topic Modeling", icon="2️⃣")
35
  st.page_link("pages/3 Bidirected Network.py", label="Bidirected Network", icon="3️⃣")