File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ def show_user(user: User):
221221 rx.table.cell(user.name),
222222 rx.table.cell(user.email),
223223 rx.table.cell(user.gender),
224- style = \ {"_hover":
225- \ {"bg": rx.color("gray", 3)}
224+ style = {" _hover" :
225+ {" bg" : rx.color(" gray" , 3 )}
226226 },
227227 align = " center" ,
228228 )
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ The `assets` directory is where you can store any static assets you want to be p
4545For example, if you save an image to ` assets/image.png ` you can display it from your app like this:
4646
4747``` python
48- rx.image(src = " image.png" )
48+ rx.image(src = " / image.png" )
4949```
50-
50+ j
5151## Main Project
5252
5353Initializing your project creates a directory with the same name as your app. This is where you will write your app's logic.
You can’t perform that action at this time.
0 commit comments