CSV-ChatBot / config /config.toml
RustX's picture
Create config/config.toml
4f4e4a3
raw
history blame contribute delete
236 Bytes
[server]
headless = true
enableCORS=false
enableXsrfProtection=false
port = 7860
[theme]
base = "light"
primaryColor = "#89CFF0"
backgroundColor = "#E0F7FE"
secondaryBackgroundColor = "#FFFCE4"
textColor = "#000000"
font = "sans serif"