Skip to content

Commit 9b2bb8a

Browse files
committed
rearrange app
1 parent 9bd9f2d commit 9b2bb8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shiny/api-examples/data_frame_styles/app-core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@
7676

7777

7878
app_ui = ui.page_fillable(
79-
ui.h2(
80-
"Custom styles applied to all cells within a data frame ", ui.HTML("👋")
81-
),
79+
ui.h2("Data Frame with Styles applied to 4 cells"),
8280
ui.output_data_frame("my_df"),
8381
ui.hr(),
8482
ui.tags.style(
@@ -96,7 +94,9 @@
9694
"""
9795
)
9896
),
99-
ui.h2("Data Frame with Styles applied to 4 cells"),
97+
ui.h2(
98+
"Custom styles applied to all cells within a data frame ", ui.HTML("👋")
99+
),
100100
ui.output_data_frame("hi_df"),
101101
)
102102

0 commit comments

Comments
 (0)