Add a custom logo to the openai web app through UI

Rahul Jain 20 Reputation points
2024-01-23T07:52:55.79+00:00

Hi, I have deployed a web app through the Playground in the Azure OpenAI Studio for a custom model. I wanted to know if it is possible to update the logo or customize the look and feel of the webapp through the user interface. Else, how do I go about it?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,944 questions
{count} votes

3 answers

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 33,026 Reputation points
    2024-01-23T08:03:19.9033333+00:00

    Rahul Jain Greetings!

    I have deployed a web app through the Playground in the Azure OpenAI Studio for a custom model. I wanted to know if it is possible to update the logo or customize the look and feel of the webapp through the user interface. Else, how do I go about it?

    You can customize the app's frontend and backend logic. For example, you could change the icon that appears in the center of the app by updating /frontend/src/assets/Azure.svg and then redeploying the app using the Azure CLI. Please see the source code for the web app, and more information on GitHub.

    If you want to do any customization, I would recommend you use the source code of the deployed web application to prevent any unwanted issues.

    Please refer to this page for the web app customization.

    You can also try the Kudu console if you can to perform any changes to the published code.

    Do let me know if that helps or have any other queries.

    If the response helped, please do click Accept Answer and Yes for was this answer helpful. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    1 person found this answer helpful.

  2. Juan Stoppa 0 Reputation points
    2024-03-11T13:33:29.9733333+00:00

    I managed to get it to work by adding these environment variables in the Azure App, restart your app after that change, full list of UI variables are here (https://github.com/microsoft/sample-app-aoai-chatGPT?tab=readme-ov-file#environment-variables)

    User's image


  3. N. D 0 Reputation points
    2024-03-19T10:52:01.3166667+00:00

    I'm currently having the same issue. I can't download the source code using Kudu. Additionally, when trying to change the UI_Title for example through the "Environment Variables" it also don't work ("enter value" was changed to my company name). None of the methods I've tried seem to work. How should we resolve this issue?User's image

    User's image

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.