Create a shiny app with 3 pages using bslib. Use jetbrains font
Drop files here
or click to upload
source('server.R')
source('ui.R')
library(shiny)
library(bslib)
source("ui.R")
source("server.R")
shinyApp(ui, server)
Hi! I can help you with any questions about Shiny and R. What would you like to know?