ppsingh commited on
Commit
533582c
·
verified ·
1 Parent(s): 87f693f

Upload .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +14 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [global]
2
+
3
+ [server]
4
+ headless = true
5
+
6
+ [client]
7
+ initialSidebarState = "expanded"
8
+
9
+ [theme]
10
+ primaryColor="#c30f08"
11
+ backgroundColor="#ffffff"
12
+ secondaryBackgroundColor="#eceded"
13
+ textColor="#000000"
14
+ font="sans serif"