Spaces:
Sleeping
Sleeping
tappyness1
commited on
Commit
·
260bdfd
1
Parent(s):
a13095b
fix bugs
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ from src.map_viz import calling_map_viz
|
|
8 |
from src.data_ingestion import daily_average
|
9 |
from src.heatmap import HeatMap
|
10 |
|
11 |
-
@st.cache_data
|
12 |
def fetch_data():
|
13 |
# comment out for local testing, but be sure to include after testing
|
14 |
dataset = load_dataset("tappyness1/causion", use_auth_token=os.environ['TOKEN'])
|
|
|
8 |
from src.data_ingestion import daily_average
|
9 |
from src.heatmap import HeatMap
|
10 |
|
|
|
11 |
def fetch_data():
|
12 |
# comment out for local testing, but be sure to include after testing
|
13 |
dataset = load_dataset("tappyness1/causion", use_auth_token=os.environ['TOKEN'])
|