diff --git a/README.md b/README.md
index 62743fd..5964f2a 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,15 @@ Let's dive in!
## Sample App
+We'll be walking through the process of creating the following R ShinyLive application.
+
![Example of the Shinylive app running in a Quarto HTML Document](images/demo-r-shinylive-app-inbrowser.gif)
You can see the live version built from the repository here:
-# Tutorial: Using r-shinylive for Static Shiny Apps in Quarto Documents
+# Using r-shinylive for Static Shiny Apps in Quarto Documents
Are you interested in creating your own Quarto document with embedded static Shiny apps? This tutorial will guide you through the process of using the `r-shinylive` R package to achieve just that. Let's get started!
diff --git a/index.qmd b/index.qmd
index d691f2c..b97cef8 100644
--- a/index.qmd
+++ b/index.qmd
@@ -14,10 +14,12 @@ Interested in deploying a Shiny application for R within Quarto without a server
-For the demo, we're showing the source code used in Joe Cheng's [posit::conf(2023) demo](https://jcheng5.github.io/posit-conf-2023-shinylive/#/option-3-include-1) (Warning: Large file size, don't open on mobile! ([Source Code](https://github.com/jcheng5/posit-conf-2023-shinylive/blob/d385ad18eb0d867f25cc4721d9e8c25aeb2dfb90/slides.qmd#L299))
+For the demo, we're showing the source code used in Joe Cheng's [posit::conf(2023) demo](https://jcheng5.github.io/posit-conf-2023-shinylive/#/option-3-include-1) (Warning: Large file size, don't open on mobile!) [[Source Code](https://github.com/jcheng5/posit-conf-2023-shinylive/blob/d385ad18eb0d867f25cc4721d9e8c25aeb2dfb90/slides.qmd#L299)]
## Sample Application
+We'll be walking through the process of creating the following R ShinyLive application. Please be aware that it may take some time to load.
+
```{shinylive-r}
#| standalone: true
#| viewerHeight: 600