Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def compare_by_mid(bigger: int, smaller: int, address: str, threshold: float = 0
|
|
135 |
bool: Boolean
|
136 |
"""
|
137 |
if bigger == 1:
|
138 |
-
if check_for_first(
|
139 |
return True
|
140 |
bigger_l = ["School", "Department", "Laboratory"]
|
141 |
elif bigger == 2:
|
|
|
135 |
bool: Boolean
|
136 |
"""
|
137 |
if bigger == 1:
|
138 |
+
if check_for_first(address):
|
139 |
return True
|
140 |
bigger_l = ["School", "Department", "Laboratory"]
|
141 |
elif bigger == 2:
|