CCockrum commited on
Commit
abfa7bf
·
verified ·
1 Parent(s): 45fc23c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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):