Spaces:
Sleeping
Sleeping
Abhishek Kumar
commited on
Commit
·
371de80
1
Parent(s):
3913978
Add streamlit configuration file to handle permission issues.
Browse files- .streamlit/config.toml +13 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
enableCORS = false
|
3 |
+
enableXsrfProtection = false
|
4 |
+
|
5 |
+
[browser]
|
6 |
+
gatherUsageStats = false
|
7 |
+
|
8 |
+
[theme]
|
9 |
+
primaryColor = "#4CAF50"
|
10 |
+
backgroundColor = "#FFFFFF"
|
11 |
+
secondaryBackgroundColor = "#F0F2F6"
|
12 |
+
textColor = "#262730"
|
13 |
+
font = "sans serif"
|