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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 left 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(),
 
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(),