Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,8 @@ with open(os.path.expanduser("~/.config/earthengine/credentials"), "w") as f:
|
|
58 |
|
59 |
ee.Initialize(project='ee-yashsacisro24')
|
60 |
|
|
|
|
|
61 |
# Imagery base selection
|
62 |
imagery_base = st.selectbox("Select Imagery Base", ["Sentinel", "Landsat", "MODIS", "Custom Input"], index=0)
|
63 |
|
|
|
58 |
|
59 |
ee.Initialize(project='ee-yashsacisro24')
|
60 |
|
61 |
+
st.write("<h5>Image Collection</h5>", unsafe_allow_html=True)
|
62 |
+
|
63 |
# Imagery base selection
|
64 |
imagery_base = st.selectbox("Select Imagery Base", ["Sentinel", "Landsat", "MODIS", "Custom Input"], index=0)
|
65 |
|