Commit
371b735
• 1
Parent(s):
cc6264b
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ nlp = spacy.load("en_core_web_sm")
|
|
39 |
#Defining a function to get the summary of the article
|
40 |
def final_summary(file):
|
41 |
#reading in the text and tokenizing it into sentence
|
42 |
-
text =
|
43 |
bullet_points = 10
|
44 |
|
45 |
while (bullet_points >= 10):
|
39 |
#Defining a function to get the summary of the article
|
40 |
def final_summary(file):
|
41 |
#reading in the text and tokenizing it into sentence
|
42 |
+
text = file
|
43 |
bullet_points = 10
|
44 |
|
45 |
while (bullet_points >= 10):
|