Skip to content

Commit 12e9876

Browse files
committed
updated cloud pixel coverage start value
1 parent 99389de commit 12e9876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def main():
178178
with st.container():
179179
with c2:
180180
st.info("Cloud Coverage 🌥️")
181-
cloud_pixel_percentage = st.slider(label="cloud pixel rate", min_value=5, max_value=100, step=5, value=20 , label_visibility="collapsed")
181+
cloud_pixel_percentage = st.slider(label="cloud pixel rate", min_value=5, max_value=100, step=5, value=50 , label_visibility="collapsed")
182182
st.info("Upload Area Of Interest GeoJSON file:")
183183
## File upload
184184
# User input GeoJSON file

0 commit comments

Comments
 (0)