From 499a2adab96e21b9fcb7cb214b61750300994734 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 4 Apr 2023 20:01:44 +0800 Subject: [PATCH] set default theme to dark --- deployment/scripts/tabby.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/scripts/tabby.sh b/deployment/scripts/tabby.sh index 9907dc6..58f012f 100755 --- a/deployment/scripts/tabby.sh +++ b/deployment/scripts/tabby.sh @@ -44,7 +44,7 @@ loglevel = debug command=uvicorn tabby.server:app --host 0.0.0.0 --port 5000 [program:admin] -command=streamlit run tabby/admin/Home.py --server.port 8501 +command=streamlit run tabby/admin/Home.py --server.port 8501 --theme.base=dark [program:vector] command=vector --config-toml tabby/config/vector.toml