get rid of update banner (#517)
Browse files- .env.template +1 -7
.env.template
CHANGED
@@ -162,13 +162,7 @@ TASK_MODEL='
|
|
162 |
APP_BASE="/chat"
|
163 |
PUBLIC_ORIGIN=https://huggingface.co
|
164 |
PUBLIC_SHARE_PREFIX=https://hf.co/chat
|
165 |
-
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
166 |
-
{
|
167 |
-
"title": "Websearch 2.0, now with RAG & sources",
|
168 |
-
"linkTitle": "Discuss",
|
169 |
-
"linkHref": "https://huggingface.co/spaces/huggingchat/chat-ui/discussions/254"
|
170 |
-
}
|
171 |
-
]`
|
172 |
|
173 |
PUBLIC_APP_NAME=HuggingChat
|
174 |
PUBLIC_APP_ASSETS=huggingchat
|
|
|
162 |
APP_BASE="/chat"
|
163 |
PUBLIC_ORIGIN=https://huggingface.co
|
164 |
PUBLIC_SHARE_PREFIX=https://hf.co/chat
|
165 |
+
PUBLIC_ANNOUNCEMENT_BANNERS=`[]`
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
|
167 |
PUBLIC_APP_NAME=HuggingChat
|
168 |
PUBLIC_APP_ASSETS=huggingchat
|