Skip to content

Commit 788db0d

Browse files
authored
Fixed typo
1 parent 5b7bb01 commit 788db0d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

RShiny/lessons/layouts-Answer_key.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,8 @@ server <- function(input, output) {
245245
}
246246
)
247247
}
248+
249+
250+
# Run the app
251+
shinyApp(ui = ui, server = server)
248252
```

0 commit comments

Comments
 (0)