Browse Source

Change readme back to use 0.4.x (#3188)

Nikhil Rao 1 year ago
parent
commit
8bb736111a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -123,7 +123,7 @@ def index():
             rx.button("Generate Image", on_click=State.get_image, width="25em"),
             rx.button("Generate Image", on_click=State.get_image, width="25em"),
             rx.cond(
             rx.cond(
                 State.processing,
                 State.processing,
-                rx.spinner(),
+                rx.chakra.circular_progress(is_indeterminate=True),
                 rx.cond(
                 rx.cond(
                     State.complete,
                     State.complete,
                     rx.image(src=State.image_url, width="20em"),
                     rx.image(src=State.image_url, width="20em"),