set default theme to dark
parent
658a1f1c24
commit
499a2adab9
|
|
@ -44,7 +44,7 @@ loglevel = debug
|
||||||
command=uvicorn tabby.server:app --host 0.0.0.0 --port 5000
|
command=uvicorn tabby.server:app --host 0.0.0.0 --port 5000
|
||||||
|
|
||||||
[program:admin]
|
[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]
|
[program:vector]
|
||||||
command=vector --config-toml tabby/config/vector.toml
|
command=vector --config-toml tabby/config/vector.toml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue