Skip to content

Commit

Permalink
rearrange app
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jul 17, 2024
1 parent 9bd9f2d commit 9b2bb8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shiny/api-examples/data_frame_styles/app-core.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@


app_ui = ui.page_fillable(
ui.h2(
"Custom styles applied to all cells within a data frame ", ui.HTML("👋")
),
ui.h2("Data Frame with Styles applied to 4 cells"),
ui.output_data_frame("my_df"),
ui.hr(),
ui.tags.style(
Expand All @@ -96,7 +94,9 @@
"""
)
),
ui.h2("Data Frame with Styles applied to 4 cells"),
ui.h2(
"Custom styles applied to all cells within a data frame ", ui.HTML("👋")
),
ui.output_data_frame("hi_df"),
)

Expand Down

0 comments on commit 9b2bb8a

Please sign in to comment.