Spaces:
Sleeping
Sleeping
Theme
Browse files- .streamlit/config.toml +5 -0
- .streamlit/credentials.toml +2 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor="#FC6A03"
|
| 3 |
+
backgroundColor="#0E1117"
|
| 4 |
+
secondaryBackgroundColor="#262730"
|
| 5 |
+
textColor="#FAFAFA"
|
.streamlit/credentials.toml
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[general]
|
| 2 |
+
email = ""
|