mzozulia commited on
Commit
6defb73
1 Parent(s): f75b070

Create config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +15 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ base = "light"
3
+ primaryColor = "#0096D7" # Flow Blue for primary actions/buttons
4
+ secondaryBackgroundColor = "#00B084" # Genius Green for active tab highlights or icons
5
+ textColor = "#000000" # Standard Black for main text
6
+ backgroundColor = "#ffffff" # Standard White for main background
7
+ #errorColor = "#FF6B6B" # Warm Coral for notifications or errors
8
+
9
+ [browser]
10
+ gatherUsageStats = false
11
+
12
+ [logger]
13
+ # Level of logging: 'error', 'warning', 'info', or 'debug'.
14
+ # Default: 'info'
15
+ level = "warning"