Spaces:
Sleeping
Sleeping
centered
Browse files- .streamlit/config.toml +0 -48
- assets/style.css +2 -2
.streamlit/config.toml
DELETED
|
@@ -1,48 +0,0 @@
|
|
| 1 |
-
[client]
|
| 2 |
-
# Disable animations that can conflict with reruns
|
| 3 |
-
showErrorDetails = false
|
| 4 |
-
toolbarMode = "minimal"
|
| 5 |
-
showSidebarNavigation = true
|
| 6 |
-
# Disable sidebar auto-collapse
|
| 7 |
-
sidebarState = "expanded"
|
| 8 |
-
|
| 9 |
-
[logger]
|
| 10 |
-
# Reduce logging overhead that can cause flickering
|
| 11 |
-
level = "error"
|
| 12 |
-
|
| 13 |
-
[theme]
|
| 14 |
-
# Consistency settings
|
| 15 |
-
font = "sans serif"
|
| 16 |
-
primaryColor = "#d32f2f"
|
| 17 |
-
backgroundColor = "#ffffff"
|
| 18 |
-
secondaryBackgroundColor = "#f5f5f5"
|
| 19 |
-
textColor = "#333333"
|
| 20 |
-
|
| 21 |
-
[server]
|
| 22 |
-
# Performance optimizations for HuggingFace Spaces
|
| 23 |
-
maxUploadSize = 200
|
| 24 |
-
enableCORS = true
|
| 25 |
-
enableCSRFProtection = true
|
| 26 |
-
# Prevent port conflicts on HF
|
| 27 |
-
runOnSave = true
|
| 28 |
-
|
| 29 |
-
[browser]
|
| 30 |
-
# Prevent unnecessary redraws
|
| 31 |
-
gatherUsageStats = false
|
| 32 |
-
useWatchedFileForScriptHashCalcs = true
|
| 33 |
-
# Critical: Reduce animation/transition delays on HF
|
| 34 |
-
serverAddress = "localhost"
|
| 35 |
-
|
| 36 |
-
[cache]
|
| 37 |
-
# Optimize caching behavior
|
| 38 |
-
maxMessageAge = 31
|
| 39 |
-
|
| 40 |
-
[runner]
|
| 41 |
-
# Allow magic commands but optimize for HF
|
| 42 |
-
magicEnabled = true
|
| 43 |
-
# Reduce the number of reruns for HF environment
|
| 44 |
-
fastReruns = true
|
| 45 |
-
|
| 46 |
-
[deprecation]
|
| 47 |
-
# Disable deprecation warnings to reduce noise
|
| 48 |
-
showPyplotGlobalUse = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/style.css
CHANGED
|
@@ -144,7 +144,7 @@ section[data-testid="stSidebar"] {
|
|
| 144 |
} */
|
| 145 |
|
| 146 |
/* Constrain wide layout to 85% for visualization pages */
|
| 147 |
-
div[data-testid="stMainBlockContainer"] {
|
| 148 |
max-width: 75% !important;
|
| 149 |
margin: 0 auto !important;
|
| 150 |
-
}
|
|
|
|
| 144 |
} */
|
| 145 |
|
| 146 |
/* Constrain wide layout to 85% for visualization pages */
|
| 147 |
+
/* div[data-testid="stMainBlockContainer"] {
|
| 148 |
max-width: 75% !important;
|
| 149 |
margin: 0 auto !important;
|
| 150 |
+
} */
|