Spaces:
Sleeping
Sleeping
anaucoin
commited on
Commit
•
882852e
1
Parent(s):
89a4728
added config file
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
port=8501
|
3 |
+
enableCORS = false
|
4 |
+
enableXsrfProtection = false
|
5 |
+
[theme]
|
6 |
+
base = "light"
|