Shape2Force / .streamlit /config.toml
kaveh's picture
updated
1f836a4
raw
history blame contribute delete
419 Bytes
[server]
# Required for file uploads on Hugging Face Spaces (iframe blocks XSRF cookies)
enableXsrfProtection = false
# Optional: slimmer top bar (Streamlit ≥1.29). Uncomment if the header still clips custom UI:
# [client]
# toolbarMode = "minimal"
[theme]
primaryColor = "#0d9488"
backgroundColor = "#ffffff"
secondaryBackgroundColor = "#f8fafc"
textColor = "#1e293b"
font = "sans serif"
[logger]
level = "error"