sy-lac commited on
Commit
a362359
1 Parent(s): 19b2c0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -133,8 +133,7 @@ def summary_2(text):
133
  for word in sent.split():
134
  if word in most_freq_words_p and sent not in summary:
135
  summary.append(sent)
136
- else :
137
- None
138
  return summary
139
 
140
 
 
133
  for word in sent.split():
134
  if word in most_freq_words_p and sent not in summary:
135
  summary.append(sent)
136
+
 
137
  return summary
138
 
139