Spaces:
Sleeping
Sleeping
Commit
·
66b55e2
1
Parent(s):
77813f1
Added .streamlit folder with secrets.toml
Browse files- .streamlit/config.toml +7 -0
- .streamlit/secrets.toml +3 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base = "dark"
|
| 3 |
+
primaryColor = "#4B8BBE"
|
| 4 |
+
backgroundColor = "#0e1117"
|
| 5 |
+
secondaryBackgroundColor = "#1c1e26"
|
| 6 |
+
textColor = "#FFFFFF"
|
| 7 |
+
font = "sans serif"
|
.streamlit/secrets.toml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[gmail]
|
| 2 |
+
email = "[email protected]"
|
| 3 |
+
app_password = "ntuhfetvcmyvlaph"
|