Spaces:
Running
Running
breezedeus
commited on
Commit
β’
c305175
1
Parent(s):
f1074b1
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +8 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[browser]
|
2 |
+
serverAddress = "0.0.0.0"
|
3 |
+
|
4 |
+
[server]
|
5 |
+
headless = true
|
6 |
+
enableCORS = false
|
7 |
+
enableXsrfProtection = false
|
8 |
+
port = 8501
|