Astarok commited on
Commit
bca8096
·
verified ·
1 Parent(s): 9eaa2cb

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +9 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ base="dark"
3
+ backgroundColor="#131314"
4
+ secondaryBackgroundColor="#1e1f20"
5
+ textColor="#ededed"
6
+ font="sans serif"
7
+
8
+ [server]
9
+ enableCORS=false