Skip to content

Commit

Permalink
new deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
EwokOzwok committed Oct 15, 2023
1 parent 06aca9a commit 020b8db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
optimizer_adam(learning_rate=.004),
metrics=tf$metrics$mae)
#optimizer_rmsprop(learning_rate=0.002, momentum=0.02),
# Fit model -------------------------------------------------------------
mymodel<- model %>%
Expand Down Expand Up @@ -510,3 +508,5 @@ devtools::install_github("EwokOzwok/Rolodex")
devtools::install_github("EwokOzwok/Rolodex")
library(Rolodex)
remove.packages("Rolodex")
devtools::install_github("EwokOzwok/Rolodex")
remove.packages("Rolodex")
2 changes: 1 addition & 1 deletion R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ app_server <- function(input, output, session) {
tagList(
f7Accordion(id=NULL, multiCollapse = F,
f7AccordionItem(title = "About Us", open=F,
f7Block(h3("Project ACCESS is innovative translational research initiative at UAlbany funded by a grant from the federal government and our mission is to help you find and decide on what kind of resources and services might help you."),
f7Block(h3("Project ACCESS is an innovative translational research initiative at UAlbany funded by a grant from the federal government and our mission is to help you find and decide on what kind of resources and services might help you."),
hr(),
h4("We offer appointments with peer-navigators to explore free on- and off-campus resources,
education events that help you thrive as a student and in life, and connections to confidential and anonymous on-campus STI testing provided by our community partners"),
Expand Down
2 changes: 1 addition & 1 deletion rsconnect/shinyapps.io/ualbanyprojectaccess/Rolodex.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ account: ualbanyprojectaccess
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 9545804
bundleId: 7804070
bundleId: 7804193
url: https://ualbanyprojectaccess.shinyapps.io/Rolodex/
asMultiple: FALSE
asStatic: FALSE

0 comments on commit 020b8db

Please sign in to comment.