Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload config.toml
Browse files- .streamlit/config.toml +16 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[ui]
|
2 |
+
hideTopBar = true
|
3 |
+
|
4 |
+
[theme]
|
5 |
+
primaryColor="#1b2e2c"
|
6 |
+
backgroundColor="#FFFFFF"
|
7 |
+
secondaryBackgroundColor="#F0F2F6"
|
8 |
+
textColor="#262730"
|
9 |
+
font="sans serif"
|
10 |
+
base="light"
|
11 |
+
|
12 |
+
[client]
|
13 |
+
toolbarMode = "minimal"
|
14 |
+
|
15 |
+
[browser]
|
16 |
+
gatherUsageStats = false
|