piecurus commited on
Commit
3d93caa
·
1 Parent(s): bea6dba

removed some text

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -30,12 +30,6 @@ if __name__ == "__main__":
30
  """- Raw text in text box
31
  - URL of article/news to be summarized
32
  - .txt, .pdf, .docx file formats"""
33
- )
34
- st.markdown(
35
- """This app supports two type of summarization:
36
-
37
- 1. **Extractive Summarization**: The extractive approach involves picking up the most important phrases and lines from the documents. It then combines all the important lines to create the summary. So, in this case, every line and word of the summary actually belongs to the original document which is summarized.
38
- 2. **Abstractive Summarization**: The abstractive approach involves rephrasing the complete document while capturing the complete meaning of the document. This type of summarization provides more human-like summary"""
39
  )
40
  st.markdown("---")
41
  # ---------------------------
 
30
  """- Raw text in text box
31
  - URL of article/news to be summarized
32
  - .txt, .pdf, .docx file formats"""
 
 
 
 
 
 
33
  )
34
  st.markdown("---")
35
  # ---------------------------