Spaces:
Runtime error
Runtime error
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -0
.streamlit/config.toml
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
[theme]
|
| 2 |
base="light"
|
| 3 |
primaryColor="#29B4E8"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[theme]
|
| 2 |
base="light"
|
| 3 |
primaryColor="#29B4E8"
|
| 4 |
+
[server]
|
| 5 |
+
headless = true
|
| 6 |
+
port = 7860
|
| 7 |
+
enableXsrfProtection=false
|
| 8 |
+
enableCORS = false
|