Spaces:
Running
Running
Update pages/4 Sunburst.py
Browse files- pages/4 Sunburst.py +1 -1
pages/4 Sunburst.py
CHANGED
@@ -24,7 +24,7 @@ hide_streamlit_style = """
|
|
24 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
25 |
|
26 |
with st.popover("🔗 Menu"):
|
27 |
-
st.page_link("
|
28 |
st.page_link("pages/1 Scattertext.py", label="Scattertext", icon="1️⃣")
|
29 |
st.page_link("pages/2 Topic Modeling.py", label="Topic Modeling", icon="2️⃣")
|
30 |
st.page_link("pages/3 Bidirected Network.py", label="Bidirected Network", icon="3️⃣")
|
|
|
24 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
25 |
|
26 |
with st.popover("🔗 Menu"):
|
27 |
+
st.page_link("https://www.coconut-libtool.com/", label="Home", icon="🏠")
|
28 |
st.page_link("pages/1 Scattertext.py", label="Scattertext", icon="1️⃣")
|
29 |
st.page_link("pages/2 Topic Modeling.py", label="Topic Modeling", icon="2️⃣")
|
30 |
st.page_link("pages/3 Bidirected Network.py", label="Bidirected Network", icon="3️⃣")
|