Skip to content

Commit 2b6dd56

Browse files
add note about limitation of the "global scope" demo (fixes zauberzeug#4338)
1 parent e064e56 commit 2b6dd56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/documentation/content/refreshable_documentation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ def demo():
112112
ui.button('Refresh', on_click=time.refresh)
113113

114114
ui.link('Open demo', demo)
115+
# END OF DEMO
116+
ui.label('Note: This demo may not work as expected on nicegui.io due to load balancing across multiple servers. '
117+
'For accurate results, please run this example locally on your machine.').classes('text-gray-600')
115118

116119

117120
@doc.demo('Local scope (variant A)', '''

0 commit comments

Comments
 (0)