Commit ·
bc8ffc4
1
Parent(s): 57659e6
Create config.toml
Browse files- .streamlit/config.toml +5 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
enableXsrfProtection = false
|
| 3 |
+
enableCORS = false
|
| 4 |
+
maxUploadSize = 400
|
| 5 |
+
baseUrlPath = ""
|