Spaces:
Running
Running
Update Home.py
Browse files
Home.py
CHANGED
@@ -245,7 +245,7 @@ with mt2:
|
|
245 |
with tab2:
|
246 |
st.text("1. Put your file. Choose your preferred column to analyze.")
|
247 |
st.text("2. Choose your preferred method to count the words and decide how many top words you want to include or remove.")
|
248 |
-
st.text("3.
|
249 |
st.text("4. Finally, you can visualize your data.")
|
250 |
st.error("This app includes lemmatization and stopwords. Currently, we only offer English words.", icon="π¬")
|
251 |
|
@@ -269,18 +269,18 @@ with mt2:
|
|
269 |
|
270 |
with tab4:
|
271 |
st.subheader(':blue[Burst Detection]', anchor=False)
|
272 |
-
st.
|
273 |
-
st.
|
274 |
|
275 |
st.divider()
|
276 |
st.subheader(':blue[Top words]', anchor=False)
|
277 |
-
st.button('Press to download list of top
|
278 |
-
st.text("
|
279 |
|
280 |
st.divider()
|
281 |
st.subheader(':blue[Burst]', anchor=False)
|
282 |
-
st.button('Press to download the list of detected bursts
|
283 |
-
st.text("
|
284 |
|
285 |
elif option == 'Scattertext':
|
286 |
tab1, tab2, tab3, tab4 = st.tabs(["Prologue", "Steps", "Requirements", "Download Visualization"])
|
|
|
245 |
with tab2:
|
246 |
st.text("1. Put your file. Choose your preferred column to analyze.")
|
247 |
st.text("2. Choose your preferred method to count the words and decide how many top words you want to include or remove.")
|
248 |
+
st.text("3. Choose your preferred visualization: line graph or square scatter plot.")
|
249 |
st.text("4. Finally, you can visualize your data.")
|
250 |
st.error("This app includes lemmatization and stopwords. Currently, we only offer English words.", icon="π¬")
|
251 |
|
|
|
269 |
|
270 |
with tab4:
|
271 |
st.subheader(':blue[Burst Detection]', anchor=False)
|
272 |
+
st.button('π Download high resolution image')
|
273 |
+
st.text("Click download button.")
|
274 |
|
275 |
st.divider()
|
276 |
st.subheader(':blue[Top words]', anchor=False)
|
277 |
+
st.button('π Press to download list of top words')
|
278 |
+
st.text("Click download button.")
|
279 |
|
280 |
st.divider()
|
281 |
st.subheader(':blue[Burst]', anchor=False)
|
282 |
+
st.button('π Press to download the list of detected bursts')
|
283 |
+
st.text("Click download button.")
|
284 |
|
285 |
elif option == 'Scattertext':
|
286 |
tab1, tab2, tab3, tab4 = st.tabs(["Prologue", "Steps", "Requirements", "Download Visualization"])
|