Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|