Spaces:
Sleeping
Sleeping
Commit
·
06b2d33
1
Parent(s):
0d33454
chore: standard format
Browse files- .streamlit/config.toml +1 -2
.streamlit/config.toml
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
[theme]
|
2 |
-
base="light"
|
3 |
primaryColor="#4997F8"
|
4 |
backgroundColor="#FFFFFF"
|
5 |
secondaryBackgroundColor = "#edf5fe"
|
6 |
textColor="#131D2A"
|
7 |
font="sans serif"
|
8 |
-
|
9 |
[browser]
|
10 |
gatherUsageStats = false
|
|
|
1 |
[theme]
|
|
|
2 |
primaryColor="#4997F8"
|
3 |
backgroundColor="#FFFFFF"
|
4 |
secondaryBackgroundColor = "#edf5fe"
|
5 |
textColor="#131D2A"
|
6 |
font="sans serif"
|
7 |
+
#base="light"
|
8 |
[browser]
|
9 |
gatherUsageStats = false
|