fierval commited on
Commit
b28e5d4
1 Parent(s): 760b86b

streamlit config

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor="#e5ab00"
3
+ font="sans serif"
4
+
5
+ [server]
6
+ maxUploadSize = 200
7
+ enableXsrfProtection = false