NavyaNayer commited on
Commit
fc29f55
·
verified ·
1 Parent(s): c1b526d

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +12 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 8501
4
+ enableCORS = false
5
+
6
+ [theme]
7
+ base = "light"
8
+ primaryColor = "#ffbc00"
9
+ backgroundColor = "#000000"
10
+ secondaryBackgroundColor = "#f9f9f9"
11
+ textColor = "#000000"
12
+ font = "serif"