Spaces:
Running
Running
T Le
commited on
Commit
·
00012be
1
Parent(s):
dcbe703
Update home and topic modeling
Browse files- Home.py +5 -1
- pages/2 Topic Modeling.py +0 -0
Home.py
CHANGED
@@ -54,6 +54,10 @@ with mt1:
|
|
54 |
st.markdown("")
|
55 |
if st.button("Go to Sentiment Analysis"):
|
56 |
st.switch_page("pages/7 Sentiment Analysis.py")
|
|
|
|
|
|
|
|
|
57 |
|
58 |
st.header("Visualizations", divider=True, anchor=False)
|
59 |
|
@@ -79,7 +83,7 @@ with mt1:
|
|
79 |
st.switch_page("pages/8 Shifterator.py")
|
80 |
|
81 |
with col35.container(border=True):
|
82 |
-
st.markdown("![WordCloud]")
|
83 |
if(st.button("Go to WordCloud")):
|
84 |
st.switch_page("pages/10 WordCloud.py")
|
85 |
|
|
|
54 |
st.markdown("")
|
55 |
if st.button("Go to Sentiment Analysis"):
|
56 |
st.switch_page("pages/7 Sentiment Analysis.py")
|
57 |
+
with col24.container(border=True):
|
58 |
+
st.markdown("")
|
59 |
+
if st.button("Go to Summarization"):
|
60 |
+
st.switch_page("pages/9 Summarization.py")
|
61 |
|
62 |
st.header("Visualizations", divider=True, anchor=False)
|
63 |
|
|
|
83 |
st.switch_page("pages/8 Shifterator.py")
|
84 |
|
85 |
with col35.container(border=True):
|
86 |
+
st.markdown("")
|
87 |
if(st.button("Go to WordCloud")):
|
88 |
st.switch_page("pages/10 WordCloud.py")
|
89 |
|
pages/2 Topic Modeling.py
CHANGED
The diff for this file is too large to render.
See raw diff
|
|