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

Update pages/3 Bidirected Network.py

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