Spaces:
Sleeping
Sleeping
castledan
commited on
Commit
·
975ad67
1
Parent(s):
1fbba6e
add light theme
Browse files- .gitignore +1 -1
- .streamlit/config.toml +2 -0
.gitignore
CHANGED
@@ -135,4 +135,4 @@ dmypy.json
|
|
135 |
.private-key.json
|
136 |
|
137 |
# Streamlit
|
138 |
-
.streamlit
|
|
|
135 |
.private-key.json
|
136 |
|
137 |
# Streamlit
|
138 |
+
.streamlit/secrets.toml
|
.streamlit/config.toml
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
base="light"
|