Commit
·
3e8eb84
1
Parent(s):
a602175
added theme
Browse files- .streamlit/config.toml +5 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor="#dac9c9"
|
| 3 |
+
backgroundColor="#c11919"
|
| 4 |
+
secondaryBackgroundColor="#aa4242"
|
| 5 |
+
textColor="#ffffff"
|