remove median mosaic
Browse files
app.py
CHANGED
@@ -660,8 +660,8 @@ if "result" in st.session_state:
|
|
660 |
m.to_streamlit()
|
661 |
|
662 |
for name, key in zip(
|
663 |
-
["RGB (Least Cloud Tile Crop)", "RGB (Max NDVI Mosaic)"
|
664 |
-
["image_visual_least_cloud", "mosaic_visual_max_ndvi"
|
665 |
):
|
666 |
st.write(f"<h3><div style='text-align: center;'>{name}</div></h3>", unsafe_allow_html=True)
|
667 |
cols = st.columns(2)
|
|
|
660 |
m.to_streamlit()
|
661 |
|
662 |
for name, key in zip(
|
663 |
+
["RGB (Least Cloud Tile Crop)", "RGB (Max NDVI Mosaic)"],
|
664 |
+
["image_visual_least_cloud", "mosaic_visual_max_ndvi"],
|
665 |
):
|
666 |
st.write(f"<h3><div style='text-align: center;'>{name}</div></h3>", unsafe_allow_html=True)
|
667 |
cols = st.columns(2)
|