Ruben Wolhandler commited on
Commit
e4b7ac0
1 Parent(s): 6943637

number of annotations

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ if 'files' in state and "annotator" in state:
102
  else:
103
  st.info("Everything annotated.")
104
  if 'annotations' in state and 'files' in state:
105
- st.info(f"Annotated: {len(state.annotations)}, Remaining: {len(state.files)}")
106
 
107
  st.download_button(
108
  "Download annotations as CSV",
 
102
  else:
103
  st.info("Everything annotated.")
104
  if 'annotations' in state and 'files' in state:
105
+ st.info(f"Annotated: {(len(state.annotations)-1)/3}, Remaining: {len(state.files)}")
106
 
107
  st.download_button(
108
  "Download annotations as CSV",