Omnibus commited on
Commit
46a3d5c
·
verified ·
1 Parent(s): 17564aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -108,6 +108,10 @@ def get_nouns(text=text,steps=1):
108
  #print (step_cont_box)
109
  mod=0
110
  pos=len(step_cont_box)-1
 
 
 
 
111
  if go:
112
  for i, ea in enumerate(noun_box):
113
  if go:
 
108
  #print (step_cont_box)
109
  mod=0
110
  pos=len(step_cont_box)-1
111
+
112
+ if noun_cnt > step_allot:
113
+ go=False
114
+ print("Increase Steps")
115
  if go:
116
  for i, ea in enumerate(noun_box):
117
  if go: