Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def summarize_text(text):
|
|
20 |
for i, sentence in enumerate(sentences):
|
21 |
if "Abstract" in sentence:
|
22 |
start = i + 1
|
23 |
-
end = start +
|
24 |
break
|
25 |
|
26 |
# Extract abstract
|
|
|
20 |
for i, sentence in enumerate(sentences):
|
21 |
if "Abstract" in sentence:
|
22 |
start = i + 1
|
23 |
+
end = start + 4
|
24 |
break
|
25 |
|
26 |
# Extract abstract
|