cboettig commited on
Commit
e82a1cf
·
1 Parent(s): 7a89919
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def compute_hexes(_gdf, gdf_name, rank, taxa, zoom, distinct_taxa = ""):
125
 
126
 
127
 
128
- @st.cache_data
129
  def bar_chart(gdf_name, rank, taxa, zoom, distinct_taxa = ""):
130
  sel = con.read_parquet("s3://public-gbif/app/redlined_cities_gbif.parquet")
131
  sel = (sel
 
125
 
126
 
127
 
128
+ # @st.cache_data
129
  def bar_chart(gdf_name, rank, taxa, zoom, distinct_taxa = ""):
130
  sel = con.read_parquet("s3://public-gbif/app/redlined_cities_gbif.parquet")
131
  sel = (sel