Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
headless = true
|
| 3 |
+
port = 7860
|
| 4 |
+
enableXsrfProtection = false
|
| 5 |
+
enableCORS = false
|
| 6 |
+
maxUploadSize = 200
|
| 7 |
+
cookieSecret = "replace-with-a-random-string"
|