puji4ml commited on
Commit
a37bb26
·
verified ·
1 Parent(s): fe8d632

Upload config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +20 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ # Primary accent color (vibrant red)
3
+ primaryColor = "#FF4B4B"
4
+
5
+ # Background colors (dark theme)
6
+ backgroundColor = "#0E1117"
7
+ secondaryBackgroundColor = "#262730"
8
+
9
+ # Text color
10
+ textColor = "#FAFAFA"
11
+
12
+ # Font
13
+ font = "sans serif"
14
+
15
+ [server]
16
+ headless = true
17
+
18
+ [client]
19
+ showErrorDetails = false
20
+ toolbarMode = "minimal"