faizhalas commited on
Commit
f4f82d3
β€’
1 Parent(s): 6c06b0a

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +7 -7
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. To adjust the visualization, you can change the number of columns.")
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.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"])
 
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"])