neobot commited on
Commit
00de227
·
1 Parent(s): 88242ef

config streamlit look

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. .streamlit/config.toml +4 -0
.gitignore CHANGED
@@ -69,7 +69,7 @@ coverage/
69
  ########################################################################
70
  # Streamlit
71
  ########################################################################
72
- .streamlit/
73
  lib/streamlit/static
74
  streamlit-storage
75
 
 
69
  ########################################################################
70
  # Streamlit
71
  ########################################################################
72
+ .streamlit/secrets.toml
73
  lib/streamlit/static
74
  streamlit-storage
75
 
.streamlit/config.toml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [theme]
2
+
3
+ # Background color for the main content area
4
+ backgroundColor = '#273346'