Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def get_nouns(text=text,steps=1):
|
|
115 |
if go:
|
116 |
for i, ea in enumerate(noun_box):
|
117 |
if go:
|
118 |
-
if cnt
|
119 |
#print(step_cont_box)
|
120 |
go1=True
|
121 |
for ii,ev in enumerate(step_cont_box):
|
|
|
115 |
if go:
|
116 |
for i, ea in enumerate(noun_box):
|
117 |
if go:
|
118 |
+
if cnt == char_len:
|
119 |
#print(step_cont_box)
|
120 |
go1=True
|
121 |
for ii,ev in enumerate(step_cont_box):
|