Skip to content

Commit

Permalink
Update 21.06 app.R
Browse files Browse the repository at this point in the history
  • Loading branch information
agiani99 authored Jun 21, 2024
1 parent d7b3b53 commit 26e6c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ui <- fluidPage(
tags$a(
"(example)",
href = "#",
onclick = "window.open('Capture.jpg',
onclick = "window.open('~/Capture.JPG',
'newwindow', 'width=500, height=250'); return false;"
),
multiple = FALSE, accept = ".csv"))
Expand Down Expand Up @@ -143,7 +143,7 @@ server <- function(input, output) {

output$top10features <- renderPlot({

top10plot()
print(top10plot())

})

Expand Down

0 comments on commit 26e6c31

Please sign in to comment.