Spaces:
Sleeping
Sleeping
Soumyadip Raha commited on
Add .streamlit/config.toml
Browse files- .streamlit/config.toml +9 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base = "dark"
|
| 3 |
+
primaryColor = "#6366F1"
|
| 4 |
+
backgroundColor = "#0e1117"
|
| 5 |
+
secondaryBackgroundColor = "#1e1e2e"
|
| 6 |
+
textColor = "#E5E7EB"
|
| 7 |
+
|
| 8 |
+
[server]
|
| 9 |
+
maxUploadSize = 10
|