From 8bb736111aab2e8e831cdd8b2c88a6e881335a28 Mon Sep 17 00:00:00 2001 From: Nikhil Rao Date: Mon, 29 Apr 2024 15:50:02 -0700 Subject: [PATCH] Change readme back to use 0.4.x (#3188) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6264b2602..c5503eafc 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ def index(): rx.button("Generate Image", on_click=State.get_image, width="25em"), rx.cond( State.processing, - rx.spinner(), + rx.chakra.circular_progress(is_indeterminate=True), rx.cond( State.complete, rx.image(src=State.image_url, width="20em"),