varl42 commited on
Commit
bcf8e28
·
1 Parent(s): 4469f9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 + 5
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