Ashoka74's picture
Update .streamlit/config.toml
5987792 verified
raw
history blame contribute delete
742 Bytes
[browser]
pageTitle = "UAP ANALYTICS"
pageIcon = ":alien:"
layout = "wide"
[server]
enableXsrfProtection = false
maxUploadSize=5000
maxMessageSize=5000
[theme]
# Primary accent for interactive elements
primaryColor = "#FFA500"
# Background color for the main content area
#backgroundColor = "#273346"
# Background color for sidebar and most interactive widgets
#secondaryBackgroundColor = "#B9F1C0"
# Color used for almost all text
#textColor = "#FFFFFF"
# Font family for all text in the app, except code blocks
# Accepted values (serif | sans serif | monospace)
# Default: "sans serif"
font = "sans serif"
# Base theme (light or dark)
base = "dark"
[runner]
magicEnabled = true
fastReruns = false
[client]
toolbarMode = "auto"