mattritchey commited on
Commit
8c0000e
·
verified ·
1 Parent(s): d32512f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def get_data(row, col, radius):
46
  files = [
47
  "data/GUST_hrrr_2021_all_max.h5",
48
  "data/GUST_hrrr_2022_all_max.h5",
49
- "data/mritchey/GUST_hrrr_2023_all_max.h5",
50
  "data/GUST_hrrr_202401_202409_max.h5",
51
  ]
52
 
 
46
  files = [
47
  "data/GUST_hrrr_2021_all_max.h5",
48
  "data/GUST_hrrr_2022_all_max.h5",
49
+ "data/GUST_hrrr_2023_all_max.h5",
50
  "data/GUST_hrrr_202401_202409_max.h5",
51
  ]
52