Spaces:
Sleeping
Sleeping
Florian.Moret
commited on
Commit
·
854f363
1
Parent(s):
0a52c61
config_test
Browse files- .streamlit/config.toml +9 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[browser]
|
2 |
+
gatherUsageStats = false
|
3 |
+
|
4 |
+
[theme]
|
5 |
+
primaryColor = "#F29828"
|
6 |
+
backgroundColor = "#CCEBD4"
|
7 |
+
secondaryBackgroundColor = "#EEF2F9"
|
8 |
+
textColor = "#171D30"
|
9 |
+
font = "sans serif"
|