Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,14 @@ st.markdown(
|
|
46 |
""",
|
47 |
unsafe_allow_html=True,
|
48 |
)
|
49 |
-
st.write("<h4><div style='text-align: center;'>User Inputs</div></h4>", unsafe_allow_html=True)
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
# Authenticate and initialize Earth Engine
|
52 |
earthengine_credentials = os.environ.get("EE_Authentication")
|
53 |
|
|
|
46 |
""",
|
47 |
unsafe_allow_html=True,
|
48 |
)
|
49 |
+
# st.write("<h4><div style='text-align: center;'>User Inputs</div></h4>", unsafe_allow_html=True)
|
50 |
+
st.markdown(
|
51 |
+
f"""
|
52 |
+
<h4 style="text-align: center;">User Inputs</h4>
|
53 |
+
<hr>
|
54 |
+
""",
|
55 |
+
unsafe_allow_html=True,
|
56 |
+
)
|
57 |
# Authenticate and initialize Earth Engine
|
58 |
earthengine_credentials = os.environ.get("EE_Authentication")
|
59 |
|