Skip to content

Commit

Permalink
Centered app
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Sep 17, 2024
1 parent 741c3e7 commit ff45eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RShiny/lessons/01_syntax_and_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ shinyApp(ui = ui, server = server)

The app that returns should look like the one below:

<iframe src="https://hcbc.connect.hms.harvard.edu/input_text_demo/?showcase=0" width="300px" height="200px" data-external="1"> </iframe>
<p align="center"><iframe src="https://hcbc.connect.hms.harvard.edu/input_text_demo/?showcase=0" width="300px" height="200px" data-external="1"> </iframe></p>

You can see that while your app is running the console will look something similar to:

Expand Down

0 comments on commit ff45eec

Please sign in to comment.