hackathon-ENGIN/.streamlit/config.toml
Jakub Famulski 2 5ebfdc389a
All checks were successful
ENGIN CI / Build, test and smoke (push) Successful in 56s
prod: run container with restricted privileges
2026-08-25 13:16:23 +02:00

21 lines
338 B
TOML

[theme]
base = "dark"
primaryColor = "#28b7d9"
backgroundColor = "#081116"
secondaryBackgroundColor = "#101b22"
textColor = "#e8f1f5"
font = "sans-serif"
[client]
showErrorDetails = "none"
toolbarMode = "minimal"
[browser]
gatherUsageStats = false
[server]
headless = true
maxUploadSize = 10
runOnSave = false
fileWatcherType = "none"