Jing997's picture
Initial Commit
c32b737 verified
raw
history blame contribute delete
457 Bytes
[general]
email = "[email protected]"
# The email address for the Streamlit sharing service.
[server]
headless = true
port = 8501
enableCORS = false
# Configuration for the server, including running in headless mode and setting the port.
[theme]
primaryColor = "#F39C12"
backgroundColor = "#FFFFFF"
secondaryBackgroundColor = "#F0F0F0"
textColor = "#000000"
font = "sans serif"
# Theme settings for the Streamlit application, including colors and font.