Omnibus commited on
Commit
31ba554
·
verified ·
1 Parent(s): f14d75f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ def get_nouns(text):
13
  for sentence in blob.sentences:
14
  print(sentence)
15
  sen_list.append(sentence)
 
16
  cnt=0
17
  go=True
18
  a="Z"
 
13
  for sentence in blob.sentences:
14
  print(sentence)
15
  sen_list.append(sentence)
16
+ key_cnt=len(sen_list)
17
  cnt=0
18
  go=True
19
  a="Z"