Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Baker <[email protected]>
  • Loading branch information
garrettmflynn and CodyCBakerPhD authored Mar 14, 2024
1 parent 76f66ca commit e56fc6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/tqdm_publisher/_demos/_multiple_bars/_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<body>
<header>
<div>
<h1>tqdm_progress</h1>
<i><small>Click more than once to create multiple progress bars</small></i>
<h1>TQDM Publisher Demo: Multiple Bars</h1>
<i><small>Click the button more than once to create multiple progress bars</small></i>
</div>

<!-- Declare a button to create progress bars -->
Expand Down
4 changes: 2 additions & 2 deletions src/tqdm_publisher/_demos/_single_bar/_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<body>
<header>
<div>
<h1>tqdm_progress</h1>
<i><small>Single Bar Demo</small></i>
<h1>TQDM Publisher Demo: Single Bar</h1>
<i><small>Click the button to start the progress bar</small></i>
</div>

<!-- Declare a button to create progress bars -->
Expand Down

0 comments on commit e56fc6a

Please sign in to comment.