add streamlit config
Browse files- .streamlit/config.toml +8 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[global]
|
2 |
+
disableWidgetStateDuplicationWarning = true
|
3 |
+
|
4 |
+
[theme]
|
5 |
+
base="dark"
|
6 |
+
|
7 |
+
[browser]
|
8 |
+
gatherUsageStats = false
|