Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -247,10 +247,6 @@ if fetch_data:
|
|
247 |
"""
|
248 |
stats_placeholder.markdown(stats_html, unsafe_allow_html=True)
|
249 |
|
250 |
-
# 📊 Field Completeness Breakdown
|
251 |
-
st.sidebar.markdown("###Field Completeness Breakdown", unsafe_allow_html=True)
|
252 |
-
st.sidebar.dataframe(completeness_table.style.format("{:.1f}%"))
|
253 |
-
|
254 |
|
255 |
# Utility functions for deeper metadata quality analysis
|
256 |
def is_incomplete(value):
|
|
|
247 |
"""
|
248 |
stats_placeholder.markdown(stats_html, unsafe_allow_html=True)
|
249 |
|
|
|
|
|
|
|
|
|
250 |
|
251 |
# Utility functions for deeper metadata quality analysis
|
252 |
def is_incomplete(value):
|