barunsaha commited on
Commit
2bf6420
1 Parent(s): a42e3cf

Add Streamlit config file

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +10 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ runOnSave = true
3
+ headless = false
4
+ maxUploadSize = 0
5
+
6
+ [browser]
7
+ gatherUsageStats = false
8
+
9
+ [theme]
10
+ base = "dark"