Spaces:
Runtime error
Runtime error
Geraldine J
commited on
Commit
·
8461eee
1
Parent(s):
d959e29
Update app
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def removeStr(string):
|
|
54 |
return string.replace(" ", "")
|
55 |
|
56 |
def listJSON(a,b,c,d,e,f,resImg):
|
57 |
-
x = re.findall("obo
|
58 |
y = re.findall("elica", d)
|
59 |
z = re.findall("elica", f)
|
60 |
if x:
|
@@ -75,7 +75,7 @@ def listJSON(a,b,c,d,e,f,resImg):
|
|
75 |
return json_string
|
76 |
|
77 |
def arrayLista(a,b,c,d):
|
78 |
-
x = re.findall("obo
|
79 |
y = re.findall("elica", b)
|
80 |
z = re.findall("elica", d)
|
81 |
if x:
|
|
|
54 |
return string.replace(" ", "")
|
55 |
|
56 |
def listJSON(a,b,c,d,e,f,resImg):
|
57 |
+
x = re.findall("obo Mar", d)
|
58 |
y = re.findall("elica", d)
|
59 |
z = re.findall("elica", f)
|
60 |
if x:
|
|
|
75 |
return json_string
|
76 |
|
77 |
def arrayLista(a,b,c,d):
|
78 |
+
x = re.findall("obo Mar", b)
|
79 |
y = re.findall("elica", b)
|
80 |
z = re.findall("elica", d)
|
81 |
if x:
|