Skip to content

Commit

Permalink
Use rx.spinner in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
picklelo committed Apr 24, 2024
1 parent 4e4b030 commit 7bffa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def index():
rx.button("Generate Image", on_click=State.get_image, width="25em"),
rx.cond(
State.processing,
rx.chakra.circular_progress(is_indeterminate=True),
rx.spinner(),
rx.cond(
State.complete,
rx.image(src=State.image_url, width="20em"),
Expand Down

0 comments on commit 7bffa6e

Please sign in to comment.