diff --git a/README.md b/README.md index 037a91d..4cf0f1d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A demo showing a basic integration with OpenAI, and then a more interesting AI based design pattern. +![finished_part_one_app.gif](./images/finished_part_one_app.gif) + This project consists of two parts: ## Part One @@ -94,6 +96,8 @@ Make sure to **save** and **update** the App after selecting a file. Navigate to a record, and if a blue `Generate Meeting Minutes` button is displayed, the customization is ready to use. +![finished_part_one_app.gif](./images/finished_part_one_app.gif) + ## Problems with this design pattern Our App is working, but building small, self contained Apps like this has some problems with scaling. diff --git a/images/finished_part_one_app.gif b/images/finished_part_one_app.gif new file mode 100644 index 0000000..2266327 Binary files /dev/null and b/images/finished_part_one_app.gif differ