msa17 commited on
Commit
f501747
·
verified ·
1 Parent(s): 313238f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ Each visualization is accompanied by a brief explanation, including design choic
12
  """)
13
 
14
  # Load Dataset
15
- @st.cache
16
  def load_data():
17
  url = "https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/building_inventory.csv"
18
  return pd.read_csv(url)
 
12
  """)
13
 
14
  # Load Dataset
15
+ @st.cache_data
16
  def load_data():
17
  url = "https://raw.githubusercontent.com/UIUC-iSchool-DataViz/is445_data/main/building_inventory.csv"
18
  return pd.read_csv(url)