CCockrum commited on
Commit
ce53185
·
verified ·
1 Parent(s): cd4f2c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ if fetch_data:
241
 
242
  # Sidebar Quick Stats (index hidden, orange theme)
243
  quick_stats = pd.DataFrame({
244
- "Metric": ["Total Records", "Incomplete Records", "Overall Completeness (%)"],
245
  "Value": [len(metadata_df), incomplete_count, round(overall_percent, 1)]
246
  })
247
 
 
241
 
242
  # Sidebar Quick Stats (index hidden, orange theme)
243
  quick_stats = pd.DataFrame({
244
+ "Metric": ["Total Records", "Incomplete Records", "Percent Complete"],
245
  "Value": [len(metadata_df), incomplete_count, round(overall_percent, 1)]
246
  })
247