Skip to content

Commit 99812fa

Browse files
committed
Update cpu info example
1 parent 8864354 commit 99812fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/cpuinfo/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
"""
5353
% f"{ncpu * 4}em"
5454
),
55+
# Disable busy indicators
56+
ui.busy_indicators.use(spinners=False, pulse=False),
5557
ui.h3("CPU Usage %", class_="mt-2"),
5658
ui.layout_sidebar(
5759
ui.panel_sidebar(

0 commit comments

Comments
 (0)