Spaces:
Running
on
A100
Running
on
A100
Update .env.local
Browse files- .env.local +0 -7
.env.local
CHANGED
@@ -35,13 +35,6 @@ MODELS=`[
|
|
35 |
PUBLIC_ORIGIN=https://huggingfaceh4-zephyr-chat.hf.space
|
36 |
PUBLIC_SHARE_PREFIX=https://huggingfaceh4-zephyr-chat.hf.space
|
37 |
|
38 |
-
PUBLIC_ANNOUNCEMENT_BANNERS=`[
|
39 |
-
{
|
40 |
-
"title": "Chat UI is now open sourced on GitHub",
|
41 |
-
"linkTitle": "GitHub repo",
|
42 |
-
"linkHref": "https://github.com/huggingface/chat-ui"
|
43 |
-
}
|
44 |
-
|
45 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
46 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
47 |
PUBLIC_APP_COLOR=blue # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|
|
|
35 |
PUBLIC_ORIGIN=https://huggingfaceh4-zephyr-chat.hf.space
|
36 |
PUBLIC_SHARE_PREFIX=https://huggingfaceh4-zephyr-chat.hf.space
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
|
39 |
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
|
40 |
PUBLIC_APP_COLOR=blue # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
|