add streamlit config
Browse files- .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"
|