Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -567,7 +567,7 @@ def process_aggregation(locations_df, start_date_str, end_date_str, dataset_id,
|
|
567 |
|
568 |
# Streamlit App Logic
|
569 |
st.markdown("<h5>Image Collection</h5>", unsafe_allow_html=True)
|
570 |
-
imagery_base = st.selectbox("Select Imagery Base", ["Sentinel", "Landsat", "MODIS", "Custom Input"], index=0)
|
571 |
|
572 |
# Initialize data as an empty dictionary
|
573 |
data = {}
|
|
|
567 |
|
568 |
# Streamlit App Logic
|
569 |
st.markdown("<h5>Image Collection</h5>", unsafe_allow_html=True)
|
570 |
+
imagery_base = st.selectbox("Select Imagery Base", ["Sentinel", "Landsat", "MODIS", "VIIRS", "Custom Input"], index=0)
|
571 |
|
572 |
# Initialize data as an empty dictionary
|
573 |
data = {}
|