Spaces:
Sleeping
Sleeping
File size: 560 Bytes
1d8f490 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[theme]
# The preset Streamlit theme that your custom theme inherits from.
# One of "light" or "dark".
base = "light"
# Primary accent color for interactive elements.
primaryColor = "#9999FF"
# Background color for the main content area.
backgroundColor = "#E6EBFB"
# Background color used for the sidebar and most interactive widgets.
secondaryBackgroundColor = "#F7FBFD"
# Color used for almost all text.
textColor = "#26004D"
# Font family for all text in the app, except code blocks. One of "sans serif",
# "serif", or "monospace".
font ="sans serif" |