Skip to content

Commit c2d416e

Browse files
authored
Update lib (#3)
* Update index.qmd * Update README.md
1 parent e8487ae commit c2d416e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ With this in mind, let's use Joe's shiny app inside our code block. So, we'll en
135135
#| standalone: true
136136
#| viewerHeight: 600
137137
library(shiny)
138+
library(bslib)
138139
139140
# Define UI for app that draws a histogram ----
140141
ui <- page_sidebar(

index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ With this in mind, let's use Joe's shiny app inside our code block. So, we'll en
187187
#| standalone: true
188188
#| viewerHeight: 600
189189
library(shiny)
190+
library(bslib)
190191
191192
# Define UI for app that draws a histogram ----
192193
ui <- page_sidebar(

0 commit comments

Comments
 (0)