Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,17 @@ m = st.markdown(
|
|
22 |
unsafe_allow_html=True,
|
23 |
)
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
# Authenticate and initialize Earth Engine
|
26 |
earthengine_credentials = os.environ.get("EE_Authentication")
|
27 |
|
@@ -37,7 +48,7 @@ with open("sentinel_datasets.json") as f:
|
|
37 |
data = json.load(f)
|
38 |
|
39 |
# Display the title and dataset selection
|
40 |
-
st.title("Sentinel Dataset
|
41 |
|
42 |
# Select dataset category and subcategory
|
43 |
main_selection = st.selectbox("Select Sentinel Dataset Category", list(data.keys()))
|
|
|
22 |
unsafe_allow_html=True,
|
23 |
)
|
24 |
|
25 |
+
# # Logo
|
26 |
+
# st.write(
|
27 |
+
# f"""
|
28 |
+
# <div style="display: flex; justify-content: space-between; align-items: center;">
|
29 |
+
# <img src="https://huggingface.co/spaces/SustainabilityLabIITGN/NDVI_PERG/resolve/main/Final_IITGN-Logo-symmetric-Color.png" style="width: 10%; margin-right: auto;">
|
30 |
+
# <img src="https://huggingface.co/spaces/SustainabilityLabIITGN/NDVI_PERG/resolve/main/IFS.jpg" style="width: 10%; margin-left: auto;">
|
31 |
+
# </div>
|
32 |
+
# """,
|
33 |
+
# unsafe_allow_html=True,
|
34 |
+
# )
|
35 |
+
|
36 |
# Authenticate and initialize Earth Engine
|
37 |
earthengine_credentials = os.environ.get("EE_Authentication")
|
38 |
|
|
|
48 |
data = json.load(f)
|
49 |
|
50 |
# Display the title and dataset selection
|
51 |
+
st.title("Sentinel Dataset")
|
52 |
|
53 |
# Select dataset category and subcategory
|
54 |
main_selection = st.selectbox("Select Sentinel Dataset Category", list(data.keys()))
|