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

Update app to V. 2.0.1; youtube video link updated

Browse files
Files changed (1) hide show
  1. app.R +3 -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.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"
@@ -212,7 +212,7 @@ ui = shiny::fluidPage(
212
  # Placeholder - replace VIDEO_ID_PLACEHOLDER with actual YouTube video ID
213
  shiny::tags$iframe(
214
  id = "tutorial-video",
215
- src = "",
216
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
217
  allowfullscreen = NA
218
  )
@@ -222,7 +222,7 @@ ui = shiny::fluidPage(
222
 
223
  # JavaScript for video modal
224
  shiny::tags$script(shiny::HTML("
225
- var videoUrl = 'https://www.youtube.com/embed/VIDEO_ID_PLACEHOLDER';
226
  var modal = document.getElementById('video-modal');
227
  var openBtn = document.getElementById('open-video-modal');
228
  var closeBtn = document.getElementById('close-video-modal');
 
33
  ),
34
  shiny::div(
35
  class = "header-right",
36
+ shiny::p("Version 2.0.1 | 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"
 
212
  # Placeholder - replace VIDEO_ID_PLACEHOLDER with actual YouTube video ID
213
  shiny::tags$iframe(
214
  id = "tutorial-video",
215
+ src = "https://www.youtube.com/embed/y6Uit4Drf9w",
216
  allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
217
  allowfullscreen = NA
218
  )
 
222
 
223
  # JavaScript for video modal
224
  shiny::tags$script(shiny::HTML("
225
+ var videoUrl = 'https://www.youtube.com/embed/y6Uit4Drf9w';
226
  var modal = document.getElementById('video-modal');
227
  var openBtn = document.getElementById('open-video-modal');
228
  var closeBtn = document.getElementById('close-video-modal');