gdarid commited on
Commit
c845322
·
1 Parent(s): 5f59ba1

add streamlit config

Browse files
Files changed (1) hide show
  1. .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