Spaces:
Running
Running
mattritchey
commited on
Commit
•
53d653a
1
Parent(s):
3c1ab5c
Update app.py
Browse files
app.py
CHANGED
@@ -43,9 +43,9 @@ def geocode(address):
|
|
43 |
def get_data(row, col, radius=8):
|
44 |
files = [
|
45 |
"data/2023_hail.h5",
|
46 |
-
"data/2022_hail.h5",
|
47 |
-
"data/2021_hail.h5",
|
48 |
-
"data/2020_hail.h5"
|
49 |
]
|
50 |
all_data = []
|
51 |
all_dates = []
|
|
|
43 |
def get_data(row, col, radius=8):
|
44 |
files = [
|
45 |
"data/2023_hail.h5",
|
46 |
+
# "data/2022_hail.h5",
|
47 |
+
# "data/2021_hail.h5",
|
48 |
+
# "data/2020_hail.h5"
|
49 |
]
|
50 |
all_data = []
|
51 |
all_dates = []
|