Jakecole1 commited on
Commit
026552e
·
verified ·
1 Parent(s): 4078bba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import json
6
  from shapely.geometry import mapping
7
 
8
  # Load GeoJSON data function
9
- @st.cache
10
  def load_geojson_data(file_paths):
11
  geodata = []
12
  for path in file_paths:
 
6
  from shapely.geometry import mapping
7
 
8
  # Load GeoJSON data function
9
+ @st.cache_data
10
  def load_geojson_data(file_paths):
11
  geodata = []
12
  for path in file_paths: