dohyune commited on
Commit
53c964c
·
verified ·
1 Parent(s): 64cebd4

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -7
.streamlit/config.toml CHANGED
@@ -1,7 +1,7 @@
1
- [server]
2
- maxUploadSize = 200
3
- enableCORS = false
4
- enableXsrfProtection = false
5
-
6
- [browser]
7
- gatherUsageStats = false
 
1
+ [theme]
2
+ primaryColor="#667eea"
3
+ backgroundColor="#28282d"
4
+ secondaryBackgroundColor="#262730"
5
+ textColor="#fafafa"
6
+ font="sans serif"
7
+ base="dark"