mgbam commited on
Commit
4e238e2
·
verified ·
1 Parent(s): 8fde1b7

Rename .streamlit/T to .streamlit/config.toml

Browse files
Files changed (2) hide show
  1. .streamlit/T +0 -0
  2. .streamlit/config.toml +13 -0
.streamlit/T DELETED
File without changes
.streamlit/config.toml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 8501
4
+ address = "0.0.0.0"
5
+ enableCORS = false
6
+ enableXsrfProtection = false
7
+
8
+ [theme]
9
+ primaryColor = "#e63946"
10
+ backgroundColor = "#0E1117"
11
+ secondaryBackgroundColor = "#1a1a2e"
12
+ textColor = "#FAFAFA"
13
+ font = "sans serif"