Florin Bobiș commited on
Commit
7619e49
1 Parent(s): 80406f2
Files changed (1) hide show
  1. .streamlit/config.toml +8 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [client]
2
+ showErrorDetails = false
3
+
4
+ [server]
5
+ folderWatchBlacklist = ['/data', '/temp']
6
+ maxUploadSize = 1000
7
+ maxMessageSize = 1000
8
+ enableWebsocketCompression = true