mahnerak commited on
Commit
295b7d5
β€’
1 Parent(s): f833094

add streamlit config

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +18 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [client]
2
+ showErrorDetails = false
3
+
4
+ [runner]
5
+ magicEnabled = false
6
+ fastReruns = true
7
+
8
+ [server]
9
+ folderWatchBlacklist = ['.mypy_cache', '.git', 'llm_transparency_tool/components/frontend/node_modules', 'llm_transparency_tool/components/frontend/node_modules_bak']
10
+ headless = true
11
+ port = 7680
12
+
13
+ [browser]
14
+ gatherUsageStats = false
15
+
16
+ [theme]
17
+ base = "light"
18
+ font = "monospace"