Ashrafb commited on
Commit
3d20156
·
1 Parent(s): cb98948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ title = "AIconvert automatic text summarization"
51
 
52
  description = """
53
 
54
- The summary can be extracted either from an HTML page or plain text. .
55
  """
56
 
57
  methods = ["LSA", "luhn", "edmundson", "text-rank", "lex-rank", "random", "reduction", "kl-sum"]
 
51
 
52
  description = """
53
 
54
+ The summary can be extracted either from url link or plain text. .
55
  """
56
 
57
  methods = ["LSA", "luhn", "edmundson", "text-rank", "lex-rank", "random", "reduction", "kl-sum"]