Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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)
|