Spaces:
Sleeping
Sleeping
ugmSorcero
commited on
Commit
·
cdf69f2
1
Parent(s):
158f4dc
Adds streamlit config
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor="#ec638e"
|
| 3 |
+
backgroundColor="#181a1b"
|
| 4 |
+
secondaryBackgroundColor="#282929"
|
| 5 |
+
textColor = "#ffffff"
|
| 6 |
+
font="sans serif"
|