AdityaMayukhSom
commited on
Commit
•
53150b7
1
Parent(s):
101f701
streamlit configuration file
Browse files- .streamlit/config.toml +9 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[browser]
|
2 |
+
gatherUsageStats = false
|
3 |
+
|
4 |
+
[server]
|
5 |
+
enableStaticServing = true
|
6 |
+
|
7 |
+
[theme]
|
8 |
+
base = "light"
|
9 |
+
primaryColor = "#173B45"
|