Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,7 +185,7 @@ app_ui = ui.page_fluid(
|
|
| 185 |
ui.div(
|
| 186 |
ui.strong("Tips:"),
|
| 187 |
ui.br(),
|
| 188 |
-
ui.span("1.Click the polygon icon on the map to draw a polygon, the circular icon to mark a location, the line icon to measure distance, and the icon in the top
|
| 189 |
ui.br(),
|
| 190 |
ui.span("2.After selecting an area, click the 'Analyze' button to analyze the leaf-level feature data for that area. The results are presented as heat maps, with brighter areas indicating values closer to the maximum."),
|
| 191 |
ui.br(),
|
|
|
|
| 185 |
ui.div(
|
| 186 |
ui.strong("Tips:"),
|
| 187 |
ui.br(),
|
| 188 |
+
ui.span("1.Click the polygon icon on the map to draw a polygon, the circular icon to mark a location, the line icon to measure distance, and the icon in the top right corner of the map to select the layers you want to display."),
|
| 189 |
ui.br(),
|
| 190 |
ui.span("2.After selecting an area, click the 'Analyze' button to analyze the leaf-level feature data for that area. The results are presented as heat maps, with brighter areas indicating values closer to the maximum."),
|
| 191 |
ui.br(),
|