LordFarquaad42 commited on
Commit
1ddba8b
1 Parent(s): 4ba234d

misc ui changes

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +5 -0
.streamlit/config.toml CHANGED
@@ -2,6 +2,11 @@
2
  showSidebarNavigation = false
3
  showErrorDetails = false
4
 
 
 
 
 
 
5
  [server]
6
  fileWatcherType = "auto"
7
  runOnSave = true
 
2
  showSidebarNavigation = false
3
  showErrorDetails = false
4
 
5
+ [theme]
6
+ base="dark"
7
+ primaryColor = "#702963"
8
+ font="serif"
9
+
10
  [server]
11
  fileWatcherType = "auto"
12
  runOnSave = true