Spaces:
Running
Running
Create .streamlit/config.toml
Browse files- .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"
|