YashMK89 commited on
Commit
a53c104
·
verified ·
1 Parent(s): 37b57e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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