Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -686,7 +686,7 @@ def valid_list(inp):
|
|
686 |
inp_typ = type(inp)
|
687 |
if inp_typ=="<class 'str'>":
|
688 |
print("STRING")
|
689 |
-
new_list=list(
|
690 |
print(new_list)
|
691 |
print(type(new_list))
|
692 |
|
|
|
686 |
inp_typ = type(inp)
|
687 |
if inp_typ=="<class 'str'>":
|
688 |
print("STRING")
|
689 |
+
new_list=list(inp.split("[")[1].split("]",-1)[0])
|
690 |
print(new_list)
|
691 |
print(type(new_list))
|
692 |
|