QuantumLearner commited on
Commit
b17f26a
·
verified ·
1 Parent(s): d7c6826

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [theme]
2
+ base="dark"
3
+ primaryColor="#00a65a"
4
+ backgroundColor="#0e1117"
5
+ secondaryBackgroundColor="#262730"
6
+ textColor="#fafafa"