Spaces:
Running
Running
update app.py
Browse files
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("
|
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
|