Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def get_nouns(text):
|
|
28 |
if go:
|
29 |
#for i,ea in enumerate(key_list):
|
30 |
#json_object[sen_list[cnt]]=f'{a}{cont_list[b]}{cont_list[c]}{cont_list[d]}'
|
31 |
-
f'{a}{cont_list[b]}{cont_list[c]}{cont_list[d]}'=
|
32 |
if json_object[f'{a}{cont_list[b]}{cont_list[c]}{cont_list[d]}']=='ZNNN':
|
33 |
#if json_object[sen_list[cnt]]=='ZNNN':
|
34 |
#print ("Y")
|
|
|
28 |
if go:
|
29 |
#for i,ea in enumerate(key_list):
|
30 |
#json_object[sen_list[cnt]]=f'{a}{cont_list[b]}{cont_list[c]}{cont_list[d]}'
|
31 |
+
json_object[f'{a}{cont_list[b]}{cont_list[c]}{cont_list[d]}']=sen_list[cnt]
|
32 |
if json_object[f'{a}{cont_list[b]}{cont_list[c]}{cont_list[d]}']=='ZNNN':
|
33 |
#if json_object[sen_list[cnt]]=='ZNNN':
|
34 |
#print ("Y")
|