Spaces:
Running
Running
config streamlit look
Browse files- .gitignore +1 -1
- .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'
|