Spaces:
Sleeping
Sleeping
Rename .streamlit/T to .streamlit/config.toml
Browse files- .streamlit/T +0 -0
- .streamlit/config.toml +13 -0
.streamlit/T
DELETED
File without changes
|
.streamlit/config.toml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
headless = true
|
3 |
+
port = 8501
|
4 |
+
address = "0.0.0.0"
|
5 |
+
enableCORS = false
|
6 |
+
enableXsrfProtection = false
|
7 |
+
|
8 |
+
[theme]
|
9 |
+
primaryColor = "#e63946"
|
10 |
+
backgroundColor = "#0E1117"
|
11 |
+
secondaryBackgroundColor = "#1a1a2e"
|
12 |
+
textColor = "#FAFAFA"
|
13 |
+
font = "sans serif"
|