[client] # ``viewer`` is the most aggressive โ€” hides Streamlit's running # indicator, deploy button, and status icons. Keeps the main content # area's top-right corner clean. toolbarMode = "viewer" [browser] gatherUsageStats = false [server] # Lift the default 200 MB upload cap to 1 GB so file_uploader's footer # reads "Limit 1024MB per file" โ€” matches the analyzer + gate's stated # 1 GB efficiency target. See docs/REQUIREMENTS.md ยง1.1. maxUploadSize = 1024 # Warm, editorial palette inspired by the # ``datatools_layout_redesign.html`` mockup โ€” cream paper background, # stone ink, burnt-orange accent. Streamlit reads these on startup and # threads them through its widget chrome (file uploader, focus rings, # primary buttons, links). Heavier visual restyling rides on the CSS # in ``_legacy.py:_DESIGN_TOKENS_CSS``. [theme] base = "light" primaryColor = "#c2410c" backgroundColor = "#fafaf7" secondaryBackgroundColor = "#f5f4ef" textColor = "#1c1917" font = "sans serif"