Update src/.streamlit/config.toml
Browse files
src/.streamlit/config.toml
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
port = 8501
|
3 |
+
address = "0.0.0.0"
|
4 |
+
enableCORS = false
|
5 |
+
enableXsrfProtection = false
|
6 |
+
|
7 |
+
[browser]
|
8 |
+
gatherUsageStats = false
|