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

This commit is contained in:
Nikhil Rao 2024-04-29 15:50:02 -07:00 committed by GitHub
parent 4b6a7ff8e3
commit 8bb736111a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"),