Dingyi6 commited on
Commit
22958de
·
1 Parent(s): fb6842f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ app_ui = ui.page_fluid(
224
  ),
225
  ),
226
  output_widget("map"),
227
- ui.strong("Must analyze (to renew the image information) before downloading polygoned area tif file."),
228
  ui.div(
229
  ui.input_action_button("analyze", "Analyze", class_="btn-success"),
230
  ui.download_button("download_polygon", "Download spectral data as tif", class_="btn-success"),
 
224
  ),
225
  ),
226
  output_widget("map"),
227
+ ui.strong("Must analyze (to renew the image information) before downloading any file.", style="color: green;"),
228
  ui.div(
229
  ui.input_action_button("analyze", "Analyze", class_="btn-success"),
230
  ui.download_button("download_polygon", "Download spectral data as tif", class_="btn-success"),