Skip to content

Commit

Permalink
Update app with link fixed.R
Browse files Browse the repository at this point in the history
  • Loading branch information
agiani99 authored Jun 21, 2024
1 parent 26e6c31 commit 478329f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
),
Expand Down

0 comments on commit 478329f

Please sign in to comment.