Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def process_input(address, selected_option, additional_input):
|
|
21 |
x = data["features"][0]["geometry"]["coordinates"]
|
22 |
|
23 |
# Load the GeoJSON file into a GeoDataFrame
|
24 |
-
geodata = gpd.read_file("
|
25 |
|
26 |
# Create a Point for the given coordinates
|
27 |
location_point = Point(x[0], x[1])
|
|
|
21 |
x = data["features"][0]["geometry"]["coordinates"]
|
22 |
|
23 |
# Load the GeoJSON file into a GeoDataFrame
|
24 |
+
geodata = gpd.read_file("./zone_data.geojson")
|
25 |
|
26 |
# Create a Point for the given coordinates
|
27 |
location_point = Point(x[0], x[1])
|