Skip to content

Commit

Permalink
Update cpu info example
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed May 23, 2024
1 parent 8864354 commit 99812fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cpuinfo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
"""
% f"{ncpu * 4}em"
),
# Disable busy indicators
ui.busy_indicators.use(spinners=False, pulse=False),
ui.h3("CPU Usage %", class_="mt-2"),
ui.layout_sidebar(
ui.panel_sidebar(
Expand Down

0 comments on commit 99812fa

Please sign in to comment.