Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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"),
|