osbm commited on
Commit
9606442
·
1 Parent(s): bc7c34c

whitespace

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -60,7 +60,6 @@ def get_one_from_queue(voter: str):
60
  images_not_voted = list(set(list_of_images) - set(df["image_path"].tolist()))
61
  print("images_not_voted", len(images_not_voted))
62
 
63
-
64
  return {"image": images_not_voted[0]} if images_not_voted else False
65
 
66
 
 
60
  images_not_voted = list(set(list_of_images) - set(df["image_path"].tolist()))
61
  print("images_not_voted", len(images_not_voted))
62
 
 
63
  return {"image": images_not_voted[0]} if images_not_voted else False
64
 
65