Spaces:
Sleeping
Sleeping
daniel-de-leon
commited on
Commit
•
b188ae7
1
Parent(s):
1d5eea1
changed theme to light
Browse files- .streamlit/config.toml +1 -5
.streamlit/config.toml
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
[theme]
|
2 |
-
|
3 |
-
backgroundColor="#0e1117"
|
4 |
-
secondaryBackgroundColor="#282929"
|
5 |
-
textColor = "#ffffff"
|
6 |
-
font="sans serif"
|
7 |
|
8 |
[server]
|
9 |
maxUploadSize = 200
|
|
|
1 |
[theme]
|
2 |
+
base='light'
|
|
|
|
|
|
|
|
|
3 |
|
4 |
[server]
|
5 |
maxUploadSize = 200
|