Spaces:
Sleeping
Sleeping
fix NDVI URL
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ if isinstance(file_url, str):
|
|
230 |
st.markdown(
|
231 |
f"""
|
232 |
<div style="display: flex; justify-content: center;">
|
233 |
-
<a href="https://
|
234 |
<button style="
|
235 |
background-color: #006400; /* Green background */
|
236 |
color: white; /* White text */
|
|
|
230 |
st.markdown(
|
231 |
f"""
|
232 |
<div style="display: flex; justify-content: center;">
|
233 |
+
<a href="https://sustainabilitylabiitgn-ndvi-perg.hf.space?file_url={file_url}" target="_blank">
|
234 |
<button style="
|
235 |
background-color: #006400; /* Green background */
|
236 |
color: white; /* White text */
|