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

Update app.py

Browse files

Add notification

Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -195,7 +195,9 @@ app_ui = ui.page_fluid(
195
  ui.br(),
196
  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.", style="color: green;"),
197
  ui.br(),
198
- ui.strong("We strongly recommend that you use a smaller scale to view the heat map (17 or 18 zoom level), as it will retain more details.", style="color: red;")
 
 
199
  ),
200
  ui.layout_sidebar(
201
  ui.panel_sidebar(
 
195
  ui.br(),
196
  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.", style="color: green;"),
197
  ui.br(),
198
+ ui.strong("We strongly recommend that you use a smaller scale to view the heat map (17 or 18 zoom level), as it will retain more details.", style="color: red;"),
199
+ ui.br(),
200
+ ui.strong("Please do not use the computer's touchscreen to zoom in on the map, as this can cause errors.", style="color: red;")
201
  ),
202
  ui.layout_sidebar(
203
  ui.panel_sidebar(