Skip to content

Commit

Permalink
updated ui
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed Jul 1, 2024
1 parent 7804e40 commit ff9e7e8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: infinitylists-current-location
title: infinitylists-current-location
username: fontikar
account: fontikar
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 12113944
bundleId: 8692331
url: https://unsw.shinyapps.io/infinitylists-current-location/
version: 1
asMultiple: FALSE
asStatic: FALSE
7 changes: 3 additions & 4 deletions R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,9 @@ ui <- function(){
),
tabPanel("Coords",

verbatimTextOutput("lat"),
verbatimTextOutput("long"),
verbatimTextOutput("accuracy"),
verbatimTextOutput("geolocation")
h5("Latitude:"), verbatimTextOutput("lat"),
h5("Longitude:"), verbatimTextOutput("long"),
h5("Accuracy (m):"), verbatimTextOutput("accuracy")
),
)
)
Expand Down
10 changes: 10 additions & 0 deletions rsconnect/shinyapps.io/fontikar/infinitylists-current-location.dcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: infinitylists-current-location
title:
username: fontikar
account: fontikar
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 12113944
bundleId: 8731055
url: https://unsw.shinyapps.io/infinitylists-current-location/
version: 1

0 comments on commit ff9e7e8

Please sign in to comment.