Spaces:
Sleeping
Sleeping
fix buttom button
Browse files
app.py
CHANGED
@@ -197,23 +197,23 @@ if isinstance(file_url, str):
|
|
197 |
""",
|
198 |
unsafe_allow_html=True,
|
199 |
)
|
200 |
-
else:
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
|
|
197 |
""",
|
198 |
unsafe_allow_html=True,
|
199 |
)
|
200 |
+
# else:
|
201 |
+
# st.markdown(
|
202 |
+
# f"""
|
203 |
+
# <div style="display: flex; justify-content: center;">
|
204 |
+
# <button style="
|
205 |
+
# background-color: #FF0000; /* Green background */
|
206 |
+
# color: white; /* White text */
|
207 |
+
# padding: 10px 20px;
|
208 |
+
# font-size: 16px;
|
209 |
+
# border: none;
|
210 |
+
# border-radius: 5px;
|
211 |
+
# cursor: pointer;
|
212 |
+
# ">
|
213 |
+
# Click for NDVI Timeseries (This button will be enabled when you provide a file via `?file_url=`)
|
214 |
+
# </button>
|
215 |
+
# </a>
|
216 |
+
# </div>
|
217 |
+
# """,
|
218 |
+
# unsafe_allow_html=True,
|
219 |
+
# )
|