ignacioct commited on
Commit
2574805
1 Parent(s): bcdfbc2

changing top piechart to total objective

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def donut_chart_target() -> alt.Chart:
115
 
116
  # Load your data
117
  annotated_records = sum(user_ids_annotations.values())
118
- pending_records = int(os.getenv("TARGET_ANNOTATIONS_V1")) - annotated_records
119
 
120
  # Prepare data for the donut chart
121
  source = pd.DataFrame(
 
115
 
116
  # Load your data
117
  annotated_records = sum(user_ids_annotations.values())
118
+ pending_records = int(os.getenv("TARGET_RECORDS")) - annotated_records
119
 
120
  # Prepare data for the donut chart
121
  source = pd.DataFrame(