OOlajide commited on
Commit
9ee4b08
·
1 Parent(s): 1f9c60c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def load_data():
10
  df = pd.read_csv("https://raw.githubusercontent.com/OOlajide/nyc_crime_dataset/main/nyc_crimes.csv")
11
  return df
12
 
13
- @st.cache(allow_output_mutation=True)
14
  def map():
15
  st.pydeck_chart(pdk.Deck(
16
  map_style='mapbox://styles/mapbox/light-v9',
 
10
  df = pd.read_csv("https://raw.githubusercontent.com/OOlajide/nyc_crime_dataset/main/nyc_crimes.csv")
11
  return df
12
 
13
+ @st.cache(allow_output_mutation=True, suppress_st_warning=True)
14
  def map():
15
  st.pydeck_chart(pdk.Deck(
16
  map_style='mapbox://styles/mapbox/light-v9',