From ed69379da8eda6886e6c8d89ed1c2184f40e256c Mon Sep 17 00:00:00 2001 From: "Ian Seabock (Centific Technologies Inc)" Date: Wed, 10 Jul 2024 11:35:44 -0700 Subject: [PATCH] update app settings --- backend/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/settings.py b/backend/settings.py index 2fd869288a..ea82093706 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -48,6 +48,7 @@ class _UiSettings(BaseSettings): chat_description: str = "This chatbot is configured to answer your questions" favicon: str = "/favicon.ico" show_share_button: bool = True + show_chat_history_button: bool = True class _ChatHistorySettings(BaseSettings):