pajuan commited on
Commit
6487bf4
verified
1 Parent(s): 6a25e8d

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -31,7 +31,7 @@ ui <- shinyUI(
31
  sidebarPanel(
32
  h2("Opciones"),
33
  actionButton("theme_button", "Elige un tema"),
34
- selectInput('theme_code', 'Tema editor', choices = themes, selected = 'ambiance'),
35
  downloadButton('save_code', 'Guardar codigo', icon = icon('save')),
36
  downloadButton('save_knit', 'Guardar knitr', icon = icon('save')),
37
  tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "Ver C贸digo Fuente")
 
31
  sidebarPanel(
32
  h2("Opciones"),
33
  actionButton("theme_button", "Elige un tema"),
34
+ selectInput('theme_code', 'Tema editor', choices = getAceThemes(), selected = 'ambiance'),
35
  downloadButton('save_code', 'Guardar codigo', icon = icon('save')),
36
  downloadButton('save_knit', 'Guardar knitr', icon = icon('save')),
37
  tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "Ver C贸digo Fuente")