Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -275,13 +275,13 @@ if fetch_data:
|
|
275 |
|
276 |
|
277 |
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
|
286 |
|
287 |
# Utility functions for deeper metadata quality analysis
|
|
|
275 |
|
276 |
|
277 |
|
278 |
+
# Render collapsible green completeness table in sidebar
|
279 |
+
with st.sidebar.expander("π Field Completeness Breakdown", expanded=True):
|
280 |
+
st.dataframe(
|
281 |
+
completeness_table.style.background_gradient(cmap="Greens").format("{:.1f}%"),
|
282 |
+
use_container_width=True,
|
283 |
+
height=240
|
284 |
+
)
|
285 |
|
286 |
|
287 |
# Utility functions for deeper metadata quality analysis
|