Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -438,7 +438,7 @@ def process_api(input_text):
|
|
438 |
|
439 |
def process_api(input_text):
|
440 |
|
441 |
-
return get_coordinates(input_text)
|
442 |
|
443 |
# get_coordinates(location)
|
444 |
|
|
|
438 |
|
439 |
def process_api(input_text):
|
440 |
|
441 |
+
return get_coordinates(input_text)
|
442 |
|
443 |
# get_coordinates(location)
|
444 |
|