koura718's picture
Change .streamlit/config.toml
2c95cad
raw
history blame contribute delete
769 Bytes
[server]
headless = true
#address = "0.0.0.0"
#port = 5000
[theme]
# Primary accent color for interactive elements
primaryColor = "#FF4B4B"
# Background color for the main content area
backgroundColor = "#FFFFFF"
# Background color used for the sidebar and most interactive widgets
secondaryBackgroundColor = "#F0F2F6"
# Color used for almost all text
textColor = "#262730"
# Font family for all text in the app, except code blocks
# Accepted values (serif | sans serif | monospace)
# Default: "sans serif"
font = "sans serif"
# The preset Streamlit theme to use (light or dark)
base = "light"
# Background color for sidebar
sidebarBackgroundColor = "#F0F2F6"
# Background color for widgets
widgetBackgroundColor = "#FFFFFF"
[browser]
gatherUsageStats = false