Create .streamlit/config.toml
Browse files- .streamlit/config.toml +8 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
port = 7860
|
3 |
+
enableCORS = false
|
4 |
+
enableXsrfProtection = false
|
5 |
+
maxUploadSize = 200
|
6 |
+
|
7 |
+
[theme]
|
8 |
+
base="light"
|