Zeel commited on
Commit
3375879
·
1 Parent(s): 62dd0f3

fix NDVI URL

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://huggingface.co/spaces/SustainabilityLabIITGN/NDVI_PERG?file_url={file_url}" target="_blank">
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 */