Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,14 +26,14 @@ def get_nouns(text):
|
|
26 |
for d in range(50):
|
27 |
if go:
|
28 |
#for i,ea in enumerate(key_list):
|
29 |
-
json_object[
|
30 |
-
if json_object[
|
31 |
#print ("Y")
|
32 |
a="Y"
|
33 |
b=0
|
34 |
c=0
|
35 |
d=0
|
36 |
-
if json_object[
|
37 |
#print("X")
|
38 |
a="X"
|
39 |
b=0
|
|
|
26 |
for d in range(50):
|
27 |
if go:
|
28 |
#for i,ea in enumerate(key_list):
|
29 |
+
json_object[sen_list[cnt]]=f'{a}{cont_list[b]}{cont_list[c]}{cont_list[d]}'
|
30 |
+
if json_object[sen_list[cnt]]=='ZNNN':
|
31 |
#print ("Y")
|
32 |
a="Y"
|
33 |
b=0
|
34 |
c=0
|
35 |
d=0
|
36 |
+
if json_object[sen_list[cnt]]=='YNNN':
|
37 |
#print("X")
|
38 |
a="X"
|
39 |
b=0
|