Asankhaya Sharma commited on
Commit
18c540f
1 Parent(s): e129c7d

added config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +12 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [global]
2
+ disableWatchdogWarning = true
3
+
4
+ [server]
5
+ fileWatcherType = "none"
6
+ headless = true
7
+
8
+ [browser]
9
+ gatherUsageStats = false
10
+
11
+ [client]
12
+ toolbarMode = "minimal"