YashMK89 commited on
Commit
482ec4e
·
verified ·
1 Parent(s): 051fff2

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with open("sentinel_datasets.json") as f:
50
  data = json.load(f)
51
 
52
  # Load the band options from band_options.json file
53
- with open("band_options.json") as f:
54
  band_options = json.load(f)
55
 
56
  # Function to load available bands for the selected dataset and allow user to create custom formula
 
50
  data = json.load(f)
51
 
52
  # Load the band options from band_options.json file
53
+ with open("band.json") as f:
54
  band_options = json.load(f)
55
 
56
  # Function to load available bands for the selected dataset and allow user to create custom formula