Spaces:
Runtime error
Runtime error
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
headless = true
|
| 3 |
+
enableCORS=false
|
| 4 |
+
port = 7860
|