Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ elif imagery_base == "Custom Input":
|
|
102 |
st.markdown(
|
103 |
f"""
|
104 |
<hr>
|
105 |
-
<h5>{imagery_base} Dataset</h5>
|
106 |
""",
|
107 |
unsafe_allow_html=True,
|
108 |
)
|
@@ -133,7 +133,7 @@ if main_selection:
|
|
133 |
st.markdown(
|
134 |
f"""
|
135 |
<hr>
|
136 |
-
<h5>Earth Engine Index Calculator</h5>
|
137 |
""",
|
138 |
unsafe_allow_html=True,
|
139 |
)
|
|
|
102 |
st.markdown(
|
103 |
f"""
|
104 |
<hr>
|
105 |
+
<h5><b>{imagery_base} Dataset</b></h5>
|
106 |
""",
|
107 |
unsafe_allow_html=True,
|
108 |
)
|
|
|
133 |
st.markdown(
|
134 |
f"""
|
135 |
<hr>
|
136 |
+
<h5><b>Earth Engine Index Calculator</b></h5>
|
137 |
""",
|
138 |
unsafe_allow_html=True,
|
139 |
)
|