Dingyi6 commited on
Commit
916ea4e
·
1 Parent(s): 0df1a5b

Update app.py

Browse files

Add notification

Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -84,6 +84,10 @@ def nav_controls(prefix: str) -> List[NavSetArg]:
84
  ui.input_action_button("do_plot", "Plot", class_="btn-success"),
85
  ),
86
  ui.panel_main(
 
 
 
 
87
  ui.div(
88
  ui.strong("cloudCover(%)"),
89
  ui.span(": The fraction of the sky obscured by clouds when observed from a particular location. The part with a red shadow in the figure indicates that the value is greater than or equal to 25%, and it is "),
 
84
  ui.input_action_button("do_plot", "Plot", class_="btn-success"),
85
  ),
86
  ui.panel_main(
87
+ ui.span(
88
+ "Please do not use the computer's touchscreen to zoom in on the map, as this can cause errors.",
89
+ style="color: red;"
90
+ ),
91
  ui.div(
92
  ui.strong("cloudCover(%)"),
93
  ui.span(": The fraction of the sky obscured by clouds when observed from a particular location. The part with a red shadow in the figure indicates that the value is greater than or equal to 25%, and it is "),