Spaces:
Sleeping
Sleeping
Commit
·
dc1e245
1
Parent(s):
6f9c42d
add note about safari
Browse files
app.py
CHANGED
@@ -185,6 +185,7 @@ app_ui = ui.page_fluid(
|
|
185 |
),
|
186 |
HTML("<br>"),
|
187 |
ui.download_link("download_test", "Download an example input file here."),
|
|
|
188 |
width=4,
|
189 |
),
|
190 |
ui.panel_main(
|
|
|
185 |
),
|
186 |
HTML("<br>"),
|
187 |
ui.download_link("download_test", "Download an example input file here."),
|
188 |
+
HTML("<br><b>Note</b>There are some issues with scrolling using Safari, try a different browser please."),
|
189 |
width=4,
|
190 |
),
|
191 |
ui.panel_main(
|