spaceyspace / app.py
aassiiyAA123's picture
Create app.py
14619f9 verified
raw
history blame contribute delete
179 Bytes
import streamlit as st
import ee
# Authenticate and initialize Earth Engine
ee.Initialize()
# Your Streamlit app code here
st.title("Google Earth Engine in Hugging Face Space")