Skip to content

Commit

Permalink
Updates the exercise prompts for 5.1 and 5.2. Fixes #62.
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgman committed Jul 8, 2024
1 parent 0b357fc commit 7dd337a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add a `ui.input_action_button` and a `@reactive.event` decorator to make app only update when the button is clicked.
Add a `ui.input_action_button` and a `@reactive.event` decorator to make the app only update when the button is clicked.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Use `render.express` to create a second dropdown which only contains the unique `sub_account` values of the filtered data.
Add a `ui.input_action_button` and a `@reactive.event` decorator to make a button that, when clicked, resets the slider to its initial values.

0 comments on commit 7dd337a

Please sign in to comment.