Spaces:
Runtime error
Runtime error
streamlit config
Browse files- .streamlit/config.toml +7 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor="#e5ab00"
|
3 |
+
font="sans serif"
|
4 |
+
|
5 |
+
[server]
|
6 |
+
maxUploadSize = 200
|
7 |
+
enableXsrfProtection = false
|