Upload config.toml
Browse files- .streamlit/config.toml +9 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[client]
|
| 2 |
+
showErrorDetails = false
|
| 3 |
+
toolbarMode = "developer"
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
[server]
|
| 7 |
+
port = 4000
|
| 8 |
+
|
| 9 |
+
|