Skip to content

Commit a3b3965

Browse files
committed
Update ui_Template.R
1 parent 541f579 commit a3b3965

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

What_You_Need/ui_Template.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# User interface (ui.R) template for Plotly/Shiny apps
2+
# Add
23

34
shinyUI(pageWithSidebar(
45

5-
headerPanel("ADD_HEADER"),
6+
headerPanel("ADD_YOUR_HEADER"),
67

7-
sidebarPanel( ADD_SIDEBAR_INFORMATION),
8+
sidebarPanel("ADD_YOUR_SIDEBAR"),
89

910
## Displays plotly graph in the main panel
1011
mainPanel(

0 commit comments

Comments
 (0)