Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
update label
  • Loading branch information
vantham007 authored Jul 11, 2024
1 parent f7aaab3 commit 1c5d8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ class _UiSettings(BaseSettings):
env_ignore_empty=True
)

title: str = "Contoso"
title: str = "KPMG Viet Nam"
logo: Optional[str] = None
chat_logo: Optional[str] = None
chat_title: str = "Start chatting"
chat_description: str = "This chatbot is configured to answer your questions"
chat_description: str = "This KPMG AI is configured to answer your questions"
favicon: str = "/favicon.ico"
show_share_button: bool = True
show_chat_history_button: bool = True
Expand Down

0 comments on commit 1c5d8f6

Please sign in to comment.