faizhalas commited on
Commit
e90198a
β€’
1 Parent(s): d5a6752

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +10 -0
Home.py CHANGED
@@ -272,6 +272,16 @@ with mt2:
272
  st.text("Click the camera icon on the top right menu")
273
  st.markdown("![Downloading visualization](https://raw.githubusercontent.com/faizhalas/library-tools/main/images/download_bertopic.jpg)")
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("![Downloading visualization](https://raw.githubusercontent.com/faizhalas/library-tools/main/images/download_bertopic.jpg)")
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: