cszhzleo commited on
Commit
2ff4ea1
1 Parent(s): 6f53a5f

Create .streamlit/config.toml

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