ABDALLALSWAITI commited on
Commit
7a6b09b
·
verified ·
1 Parent(s): 474609c

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +17 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ maxUploadSize = 200
3
+ fileWatcherType = "none"
4
+ headless = true
5
+ enableXsrfProtection = false
6
+ enableCORS = false
7
+ port = 8501
8
+ address = "0.0.0.0"
9
+
10
+ [browser]
11
+ gatherUsageStats = false
12
+ serverAddress = "0.0.0.0"
13
+ serverPort = 8501
14
+
15
+ [runner]
16
+ magicEnabled = false
17
+ fastReruns = true