sharmavaruncs commited on
Commit
e872dd4
1 Parent(s): 09de332

added config toml file

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +9 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [theme] # You have to add this line
2
+
3
+ primaryColor = '#FF8C02' # Bright Orange
4
+
5
+ backgroundColor = '#A7DA46' # Dark Blue
6
+
7
+ secondaryBackgroundColor = '#55B2FF' # Lighter Blue
8
+
9
+ textColor = "#3A4750"