Spaces:
Runtime error
Runtime error
Changed the theme of the app
Browse files- .streamlit/config.toml +6 -5
.streamlit/config.toml
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor
|
3 |
-
backgroundColor
|
4 |
-
secondaryBackgroundColor
|
5 |
-
textColor
|
6 |
-
font
|
|
|
|
1 |
[theme]
|
2 |
+
primaryColor="#FF4B4B"
|
3 |
+
backgroundColor="#0E1117"
|
4 |
+
secondaryBackgroundColor="#262730"
|
5 |
+
textColor="#FAFAFA"
|
6 |
+
font="sans serif"
|
7 |
+
|