started with ui. made a new app.R for that and made the home page and started with the explore page. Header with baselayout is also done.

This commit is contained in:
2026-07-04 00:05:24 +02:00
parent d450000178
commit ce2fa67dab
8 changed files with 279 additions and 1 deletions
+1 -1
View File
@@ -441,7 +441,7 @@ server <- function(input, output, session) {
numericInput("dilutionFac", "dilution factor", value = NA, min = 0, max = 10),
numericInput("NoDil", "no. of dilutions", value = NA, min = 8),
numericInput("NoDilSer", "no. of dil. series", value = NA),
verbatimTextOutput("dilutions")
verbatimTextOutput("dilutions") #TODO_BARBARA Was wird hier ausgegeben? Sehe in ui nichts
),
h4("log-dilutions from settings above"),
column(