Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,8 +174,6 @@ app_ui = ui.page_fluid(
|
|
| 174 |
ui.span("3.Currently, the analysis does not support multiple polygons. The application will only recognize the last polygoned area."),
|
| 175 |
ui.br(),
|
| 176 |
ui.span("4.After analyzing the data of the drawn area, the webpage may experience slower loading speeds and delays. Please be patient and wait after performing an operation."),
|
| 177 |
-
ui.br(),
|
| 178 |
-
ui.span("5.If you are unable to zoom in or out of the map using the mouse scroll wheel, please use the slide bar provided above to zoom directly."),
|
| 179 |
),
|
| 180 |
ui.layout_sidebar(
|
| 181 |
ui.panel_sidebar(
|
|
@@ -197,6 +195,7 @@ app_ui = ui.page_fluid(
|
|
| 197 |
ui.output_text("Cm_range"),
|
| 198 |
style=css(display="flex", justify_content="center", align_items="center", gap="2rem"),
|
| 199 |
),
|
|
|
|
| 200 |
),
|
| 201 |
),
|
| 202 |
output_widget("map"),
|
|
|
|
| 174 |
ui.span("3.Currently, the analysis does not support multiple polygons. The application will only recognize the last polygoned area."),
|
| 175 |
ui.br(),
|
| 176 |
ui.span("4.After analyzing the data of the drawn area, the webpage may experience slower loading speeds and delays. Please be patient and wait after performing an operation."),
|
|
|
|
|
|
|
| 177 |
),
|
| 178 |
ui.layout_sidebar(
|
| 179 |
ui.panel_sidebar(
|
|
|
|
| 195 |
ui.output_text("Cm_range"),
|
| 196 |
style=css(display="flex", justify_content="center", align_items="center", gap="2rem"),
|
| 197 |
),
|
| 198 |
+
ui.strong("If you are unable to zoom in or out of the map using the mouse scroll wheel, please use the slide bar provided above to zoom directly."),
|
| 199 |
),
|
| 200 |
),
|
| 201 |
output_widget("map"),
|