Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,8 @@ def get_nouns(text=text,steps=1):
|
|
111 |
if go:
|
112 |
for i, ea in enumerate(noun_box):
|
113 |
if go:
|
114 |
-
if cnt > char_len
|
|
|
115 |
go1=True
|
116 |
for ii,ev in enumerate(step_cont_box):
|
117 |
if go:
|
@@ -122,7 +123,7 @@ def get_nouns(text=text,steps=1):
|
|
122 |
go1=False
|
123 |
|
124 |
#pos-=1
|
125 |
-
cnt=
|
126 |
else:
|
127 |
#step_cont_box[pos]=control_char[cnt]
|
128 |
step_cont_box[pos]=cnt
|
|
|
111 |
if go:
|
112 |
for i, ea in enumerate(noun_box):
|
113 |
if go:
|
114 |
+
if cnt > char_len:
|
115 |
+
print(step_cont_box)
|
116 |
go1=True
|
117 |
for ii,ev in enumerate(step_cont_box):
|
118 |
if go:
|
|
|
123 |
go1=False
|
124 |
|
125 |
#pos-=1
|
126 |
+
cnt=1
|
127 |
else:
|
128 |
#step_cont_box[pos]=control_char[cnt]
|
129 |
step_cont_box[pos]=cnt
|