Spaces:
Running
Running
Update app.py
Browse files
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", "
|
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 |
|