jordancaraballo commited on
Commit
440ba7e
1 Parent(s): 5f0a394

Update pages/Home.py

Browse files
Files changed (1) hide show
  1. pages/Home.py +2 -1
pages/Home.py CHANGED
@@ -43,7 +43,8 @@ EPSG = 3338
43
  cgl_filename = hf_hub_download(
44
  repo_id=DATASET_URL,
45
  filename='alaskan-tundra-lightning-forecast_latest.tif',
46
- repo_type="dataset")
 
47
 
48
  # Open the filename from the forecast
49
  cgl_ds = rxr.open_rasterio(cgl_filename)
 
43
  cgl_filename = hf_hub_download(
44
  repo_id=DATASET_URL,
45
  filename='alaskan-tundra-lightning-forecast_latest.tif',
46
+ repo_type="dataset",
47
+ revision="a922a2ed6327d5a2ca67eb2cc0e2d007671e7026")
48
 
49
  # Open the filename from the forecast
50
  cgl_ds = rxr.open_rasterio(cgl_filename)