Adjoumani commited on
Commit
4e3f592
·
verified ·
1 Parent(s): c307a1b

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +11 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ [theme]
3
+ primaryColor = "#6366F1"
4
+ backgroundColor = "#0F172A"
5
+ secondaryBackgroundColor = "#1E293B"
6
+ textColor = "#F1F5F9"
7
+ font = "sans serif"
8
+
9
+ [server]
10
+ maxUploadSize = 200
11
+ enableXsrfProtection = true