Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ def get_nouns(text=text,steps=1):
|
|
| 110 |
if go:
|
| 111 |
for i, ea in enumerate(noun_box):
|
| 112 |
if go:
|
| 113 |
-
if cnt
|
| 114 |
pos-=1
|
| 115 |
cnt=0
|
| 116 |
else:
|
|
|
|
| 110 |
if go:
|
| 111 |
for i, ea in enumerate(noun_box):
|
| 112 |
if go:
|
| 113 |
+
if cnt >= char_len:
|
| 114 |
pos-=1
|
| 115 |
cnt=0
|
| 116 |
else:
|