Spaces:
Runtime error
Runtime error
RosenZhang
commited on
Commit
·
69c8986
1
Parent(s):
8baa792
add config
Browse files- .streamlit/config.toml +10 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base = "light"
|
| 3 |
+
|
| 4 |
+
[server]
|
| 5 |
+
port = 8501
|
| 6 |
+
enableCORS = false
|
| 7 |
+
enableXsrfProtection = false
|
| 8 |
+
|
| 9 |
+
[browser]
|
| 10 |
+
gatherUsageStats = false
|