Spaces:
Running
Running
Update Home.py
Browse files
Home.py
CHANGED
@@ -272,6 +272,16 @@ with mt2:
|
|
272 |
st.text("Click the camera icon on the top right menu")
|
273 |
st.markdown("")
|
274 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
275 |
elif option == 'Scattertext':
|
276 |
tab1, tab2, tab3, tab4 = st.tabs(["Prologue", "Steps", "Requirements", "Download Visualization"])
|
277 |
with tab1:
|
|
|
272 |
st.text("Click the camera icon on the top right menu")
|
273 |
st.markdown("")
|
274 |
|
275 |
+
st.divider()
|
276 |
+
st.subheader(':blue[Top words]', anchor=False)
|
277 |
+
st.button('Press to download list of top keywords π')
|
278 |
+
st.text("Go to π Generate visualization and 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("Go to π Generate visualization and click Download button.")
|
284 |
+
|
285 |
elif option == 'Scattertext':
|
286 |
tab1, tab2, tab3, tab4 = st.tabs(["Prologue", "Steps", "Requirements", "Download Visualization"])
|
287 |
with tab1:
|