OpenAI StudioからデプロイできるWebアプリのソースコードはこのリポジトリにありますが、このReadme.mdに以下のような記述があります。
NOTE: If you've made code changes, be sure to build the app code with
start.cmd
orstart.sh
before you deploy, otherwise your changes will not be picked up. If you've updated any files in thefrontend
folder, make sure you see updates to the files in thestatic
folder before you deploy. https://github.com/microsoft/sample-app-aoai-chatGPT?tab=readme-ov-file#deploy-with-the-azure-cli
- Azureにデプロイする前に
start.cmd
もしくはstart.sh
を実行してビルドする -
frontend
フォルダの内容を更新した場合は、static
フォルダの内容にも更新が入っていることを確認する
とありますので、上記手順を経てUIを変更し、デプロイしてください。