Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +11 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
[theme]
|
| 3 |
+
primaryColor = "#6366F1"
|
| 4 |
+
backgroundColor = "#0F172A"
|
| 5 |
+
secondaryBackgroundColor = "#1E293B"
|
| 6 |
+
textColor = "#F1F5F9"
|
| 7 |
+
font = "sans serif"
|
| 8 |
+
|
| 9 |
+
[server]
|
| 10 |
+
maxUploadSize = 200
|
| 11 |
+
enableXsrfProtection = true
|