CCockrum commited on
Commit
7fd2865
·
verified ·
1 Parent(s): c76527a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -272,13 +272,10 @@ if fetch_data:
272
 
273
  st.markdown("</div>", unsafe_allow_html=True)
274
 
275
-
276
  # Then continue plotting in main panel
277
  fig = px.bar(completeness_df, x="Field", y="Completeness (%)", title="Metadata Completeness by Field")
278
  st.plotly_chart(fig)
279
 
280
-
281
-
282
  # Identify incomplete records
283
  incomplete_mask = metadata_df.map(is_incomplete).any(axis=1)
284
  incomplete_records = metadata_df[incomplete_mask]
 
272
 
273
  st.markdown("</div>", unsafe_allow_html=True)
274
 
 
275
  # Then continue plotting in main panel
276
  fig = px.bar(completeness_df, x="Field", y="Completeness (%)", title="Metadata Completeness by Field")
277
  st.plotly_chart(fig)
278
 
 
 
279
  # Identify incomplete records
280
  incomplete_mask = metadata_df.map(is_incomplete).any(axis=1)
281
  incomplete_records = metadata_df[incomplete_mask]