psalama commited on
Commit
407bc71
1 Parent(s): 8e6df57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("/content/zone_data.geojson")
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])