set default theme to dark

add-more-languages
Meng Zhang 2023-04-04 20:01:44 +08:00
parent 658a1f1c24
commit 499a2adab9
1 changed files with 1 additions and 1 deletions

View File

@ -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