diff --git a/Word-Add-in-AI-Assistant/README.md b/Word-Add-in-AI-Assistant/README.md
index a3d67a2..ea09a40 100644
--- a/Word-Add-in-AI-Assistant/README.md
+++ b/Word-Add-in-AI-Assistant/README.md
@@ -21,6 +21,10 @@ description: 'Create a Word Add-in that produces content or chat with AI to assi
This add-in demonstrates Word add-in capabilities to insert content generated by AI or edited manually into Document Comment Footnote and Header. There're two mode: chat mode and predefined prompt prefix to generate text/picture.
+## Sample Demo Video
+
+[![Watch the video](https://img.youtube.com/vi/VLTBKr9SDz0/maxresdefault.jpg)](https://www.youtube.com/watch?v=VLTBKr9SDz0&t=1s)
+
## Features
- Select the 'Generation Text' option from dropdown list and select the source words from document, submit, generated text returned from Azure OpenAI service, select where you want to insert the generated text into.
- Generate picture. Select the 'Generate Picture' option and select the source words from document, submit, insert the picture into the cusor pisiton inside document.
@@ -55,7 +59,6 @@ The following links will take you to documentation for how to sideload on Window
- [Sideload Office Add-ins for testing from a network share](https://learn.microsoft.com/office/dev/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins)
- [Sideload Office Add-ins on Mac for testing](https://learn.microsoft.com/office/dev/add-ins/testing/sideload-an-office-add-in-on-mac)
-- [Sideload Office Add-ins on iPad for testing](https://learn.microsoft.com/office/dev/add-ins/testing/sideload-an-office-add-in-on-ipad)
## Next steps
You may explore additional resources at the following links:
diff --git a/Word-Add-in-AI-Assistant/src/taskpane/components/AITextDisplay.tsx b/Word-Add-in-AI-Assistant/src/taskpane/components/AITextDisplay.tsx
index 9eece7e..dac5f9a 100644
--- a/Word-Add-in-AI-Assistant/src/taskpane/components/AITextDisplay.tsx
+++ b/Word-Add-in-AI-Assistant/src/taskpane/components/AITextDisplay.tsx
@@ -62,13 +62,15 @@ export default class AITextDisplay extends React.Component