Zeel commited on
Commit
ec37d32
·
1 Parent(s): 566bbba

fix buttom button

Browse files
Files changed (1) hide show
  1. app.py +20 -20
app.py CHANGED
@@ -197,23 +197,23 @@ if isinstance(file_url, str):
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
- )
 
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
+ # )