Spaces:
Running
Running
uploaded for themes
Browse files- .streamlit/config.toml +6 -0
- .streamlit/credentials.toml +2 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor="#00FFCB"
|
3 |
+
backgroundColor="#01071D"
|
4 |
+
secondaryBackgroundColor="#03144E"
|
5 |
+
textColor="#FFFFFF"
|
6 |
+
font="sans serif"
|
.streamlit/credentials.toml
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
[general]
|
2 |
+
email = ""
|