Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -293,9 +293,6 @@ if fetch_data:
|
|
293 |
|
294 |
st.markdown("</div>", unsafe_allow_html=True)
|
295 |
|
296 |
-
# Then continue plotting in main panel
|
297 |
-
fig = px.bar(completeness_df, x="Field", y="Completeness (%)", title="Metadata Completeness by Field")
|
298 |
-
st.plotly_chart(fig)
|
299 |
|
300 |
# Identify incomplete records
|
301 |
incomplete_mask = metadata_df.map(is_incomplete).any(axis=1)
|
|
|
293 |
|
294 |
st.markdown("</div>", unsafe_allow_html=True)
|
295 |
|
|
|
|
|
|
|
296 |
|
297 |
# Identify incomplete records
|
298 |
incomplete_mask = metadata_df.map(is_incomplete).any(axis=1)
|