prasanth345 commited on
Commit
ff2ea8a
1 Parent(s): 1215125

Upload config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +17 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ # Primary accent for interactive elements
3
+ primaryColor = '#0091D5'
4
+
5
+ # Background color for the main content area
6
+ backgroundColor = '#F1F1F1'
7
+
8
+ # Background color for sidebar and most interactive widgets
9
+ secondaryBackgroundColor = '#e1e0ff'
10
+
11
+ # Color used for almost all text
12
+ textColor = '#000000'
13
+
14
+ # Font family for all text in the app, except code blocks
15
+ # Accepted values (serif | sans serif | monospace)
16
+ # Default: "sans serif"
17
+ font = "sans serif"