fmegahed commited on
Commit
2ef6ecc
·
verified ·
1 Parent(s): 5573196

Added note about file upload sizes to version 2.0.0

Browse files
Files changed (1) hide show
  1. app.R +10 -3
app.R CHANGED
@@ -33,7 +33,7 @@ ui = shiny::fluidPage(
33
  ),
34
  shiny::div(
35
  class = "header-right",
36
- shiny::p("Version 2.0 | January 2026"),
37
  shiny::p(
38
  shiny::tags$strong("Authors: "),
39
  "Fadel M. Megahed, Ying-Ju (Tessa) Chen, Allison Jones-Farmer, Ibrahim Yousif, and Inez M. Zwetsloot"
@@ -157,8 +157,15 @@ ui = shiny::fluidPage(
157
  style = "font-size: 0.9em; color: #666;",
158
  shiny::icon("info-circle"),
159
  " ",
160
- shiny::tags$em(
161
- "Note: PDF, Image, and Scanned PDF modes are limited to 5 pages/items in this free demo."
 
 
 
 
 
 
 
162
  )
163
  ),
164
  shiny::tags$h5(
 
33
  ),
34
  shiny::div(
35
  class = "header-right",
36
+ shiny::p("Version 2.0.0 | January 2026"),
37
  shiny::p(
38
  shiny::tags$strong("Authors: "),
39
  "Fadel M. Megahed, Ying-Ju (Tessa) Chen, Allison Jones-Farmer, Ibrahim Yousif, and Inez M. Zwetsloot"
 
157
  style = "font-size: 0.9em; color: #666;",
158
  shiny::icon("info-circle"),
159
  " ",
160
+ shiny::tags$em("Notes:"),
161
+ shiny::tags$ul(
162
+ style = "margin: -0.5em 0 0 1.25em; padding: 0; line-height: 1.2;",
163
+ shiny::tags$li(style = "margin: 0; padding: 0;",
164
+ "PDF, Image, and Scanned PDF modes are limited to 5 pages/items in this free demo."
165
+ ),
166
+ shiny::tags$li(style = "margin: 0; padding: 0;",
167
+ "Any uploaded file must be less than 5 MB (Shiny default for this free app) to keep the demo responsive and avoid upload timeouts."
168
+ )
169
  )
170
  ),
171
  shiny::tags$h5(