Spaces:
Build error
Build error
Upload 2 files
Browse files- .streamlit/config.toml +5 -0
- .streamlit/credentials.toml +2 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor="#90A8F1"
|
| 3 |
+
backgroundColor="#0D0D1A"
|
| 4 |
+
secondaryBackgroundColor="#1F2143"
|
| 5 |
+
textColor="#F5FEFD"
|
.streamlit/credentials.toml
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[general]
|
| 2 |
+
email = ""
|