diff --git a/app/app.R b/app/app.R index 0c9f0b0..c01e8fe 100644 --- a/app/app.R +++ b/app/app.R @@ -41,10 +41,8 @@ ui <- fluidPage( fileInput("file", span("Choose File for predictions ", tags$a( - "(example)", - href = "#", - onclick = "window.open('~/Capture.JPG', - 'newwindow', 'width=500, height=250'); return false;" + "(link for example)", + href = "https://github.com/REMEDI4ALL/pKa_model/tree/main/app/Capture.JPG" ), multiple = FALSE, accept = ".csv")) ),