Spaces:
Running
Running
Thirupathi986
commited on
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -4
.streamlit/config.toml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
[server]
|
2 |
maxUploadSize = 100000
|
3 |
[theme]
|
4 |
-
primaryColor = "#
|
5 |
-
backgroundColor = "#
|
6 |
-
secondaryBackgroundColor = "#
|
7 |
-
textColor = "#
|
8 |
font = "sans serif"
|
|
|
1 |
[server]
|
2 |
maxUploadSize = 100000
|
3 |
[theme]
|
4 |
+
primaryColor = "#27A87D"
|
5 |
+
backgroundColor = "#17BDAE"
|
6 |
+
secondaryBackgroundColor = "#F0F2F6"
|
7 |
+
textColor = "#31313F"
|
8 |
font = "sans serif"
|