mathiasleys commited on
Commit
4ba2687
·
1 Parent(s): c9f680f

Update text

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -12,14 +12,14 @@ DEFAULT_EXTRACTED_ARTICLE_SENTENCES_LENGTH = 10
12
 
13
  st.markdown('# Terms & conditions summarization :pencil:')
14
  st.write('Do you also take the time out of your day to thoroughly read every word of the Terms & Conditions before signing up for a new app? :thinking_face:'
15
- 'No?'
16
- 'Well have we got a demo for you!'
17
- 'Just copy-paste the lengthy Terms & Conditions text or provide a URL to the text and let our fancy NLP algorithm do the rest!'
18
- 'You will see both an extractive summary (the most important sentences will be highlighted) and an abstractive summary (an actual summary)'
19
- 'The abstractive summarization is preceded by LSA (Latent Semantic Analysis) extractive summarization')
20
  st.write('Want to find out more?'
21
- 'For information about the extractive summarization :point_right: https://en.wikipedia.org/wiki/Latent_semantic_analysis'
22
- 'For information about the abstractive summarization :point_right: https://huggingface.co/ml6team/distilbart-tos-summarizer-tosdr')
23
 
24
  st.markdown("""
25
  To use this:
 
12
 
13
  st.markdown('# Terms & conditions summarization :pencil:')
14
  st.write('Do you also take the time out of your day to thoroughly read every word of the Terms & Conditions before signing up for a new app? :thinking_face:'
15
+ '\nNo?'
16
+ '\nWell have we got a demo for you!'
17
+ '\nJust copy-paste the lengthy Terms & Conditions text or provide a URL to the text and let our fancy NLP algorithm do the rest!'
18
+ '\nYou will see both an extractive summary (the most important sentences will be highlighted) and an abstractive summary (an actual summary)'
19
+ '\nThe abstractive summarization is preceded by LSA (Latent Semantic Analysis) extractive summarization')
20
  st.write('Want to find out more?'
21
+ '\nFor information about the extractive summarization :point_right: https://en.wikipedia.org/wiki/Latent_semantic_analysis'
22
+ '\nFor information about the abstractive summarization :point_right: https://huggingface.co/ml6team/distilbart-tos-summarizer-tosdr')
23
 
24
  st.markdown("""
25
  To use this: