Spaces:
Runtime error
Runtime error
Commit ·
0897d96
1
Parent(s): 530b722
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,6 +22,8 @@ def get_output(event_info):
|
|
| 22 |
flattened_list_v,flattened_list_n = lam_list(flattened_list)
|
| 23 |
flattened_list = flattened_list_v + flattened_list_n
|
| 24 |
|
|
|
|
|
|
|
| 25 |
tags_list_check_v,tags_list_check_n = lam_list(tags_list)
|
| 26 |
|
| 27 |
|
|
@@ -33,8 +35,9 @@ def get_output(event_info):
|
|
| 33 |
|
| 34 |
others = list(others_v.keys()) + list(others_n.keys())
|
| 35 |
|
| 36 |
-
|
| 37 |
others = list(set(others))
|
|
|
|
|
|
|
| 38 |
|
| 39 |
else:
|
| 40 |
others = []
|
|
|
|
| 22 |
flattened_list_v,flattened_list_n = lam_list(flattened_list)
|
| 23 |
flattened_list = flattened_list_v + flattened_list_n
|
| 24 |
|
| 25 |
+
print(flattened_list,'///')
|
| 26 |
+
|
| 27 |
tags_list_check_v,tags_list_check_n = lam_list(tags_list)
|
| 28 |
|
| 29 |
|
|
|
|
| 35 |
|
| 36 |
others = list(others_v.keys()) + list(others_n.keys())
|
| 37 |
|
|
|
|
| 38 |
others = list(set(others))
|
| 39 |
+
|
| 40 |
+
print('$$$',others)
|
| 41 |
|
| 42 |
else:
|
| 43 |
others = []
|