anaucoin commited on
Commit
f7a5396
1 Parent(s): 79189e5

update config file

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +16 -3
.streamlit/config.toml CHANGED
@@ -1,6 +1,19 @@
1
  [server]
2
  port=8501
3
- enableCORS = false
4
- enableXsrfProtection = false
5
  [theme]
6
- base = "light"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  [server]
2
  port=8501
 
 
3
  [theme]
4
+
5
+ # Primary accent for interactive elements
6
+ primaryColor = '#21D4E1'
7
+
8
+ # Background color for the main content area
9
+ backgroundColor = '#0A0A0A'
10
+
11
+ # Background color for sidebar and most interactive widgets
12
+ secondaryBackgroundColor = '#454545'
13
+ # Color used for almost all text
14
+ textColor = '#FFFFFF'
15
+
16
+ # Font family for all text in the app, except code blocks
17
+ # Accepted values (serif | sans serif | monospace)
18
+ # Default: "sans serif"
19
+ font = "sans serif"