Spaces:
Sleeping
Sleeping
Commit
•
4c07517
1
Parent(s):
db2dd51
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,7 @@ def donut_chart() -> alt.Chart:
|
|
67 |
source_dataset, results = obtain_source_target_datasets()
|
68 |
pending_records = len(source_dataset)
|
69 |
annotated_records = len(results)
|
|
|
70 |
|
71 |
# Prepare data for the donut chart
|
72 |
source = pd.DataFrame({
|
|
|
67 |
source_dataset, results = obtain_source_target_datasets()
|
68 |
pending_records = len(source_dataset)
|
69 |
annotated_records = len(results)
|
70 |
+
print(annotated_records)
|
71 |
|
72 |
# Prepare data for the donut chart
|
73 |
source = pd.DataFrame({
|