prasadnu commited on
Commit
ae5a0ce
·
1 Parent(s): 43c04d8

adding streamlit config

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +26 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ [client]
3
+ toolbarMode = "viewer"
4
+ showSidebarNavigation = false
5
+ showErrorDetails = true
6
+
7
+
8
+ [browser]
9
+ gatherUsageStats = false
10
+
11
+ [theme]
12
+ base="dark"
13
+ font="sans serif"
14
+ primaryColor="#e28743"
15
+ backgroundColor ="#000000"
16
+
17
+ [global]
18
+ disableWidgetStateDuplicationWarning = false
19
+ showWarningOnDirectExecution = false
20
+ disableWatchdogWarning = true
21
+
22
+ [deprecation]
23
+ showWarning = false
24
+
25
+ [logger]
26
+ level = "error"