kateforsberg commited on
Commit
619fb17
·
1 Parent(s): 7c576e7

changed to rejected

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def generate_questions(
70
  visible=True,
71
  value=f"{Path.cwd().joinpath('outputs/rejected_list.csv')}",
72
  scale=1,
73
- label="Download Failed Questions",
74
  )
75
  markdown = "## Questions Ready for Download Below"
76
  if machine.value.errored:
 
70
  visible=True,
71
  value=f"{Path.cwd().joinpath('outputs/rejected_list.csv')}",
72
  scale=1,
73
+ label="Download Rejected Questions",
74
  )
75
  markdown = "## Questions Ready for Download Below"
76
  if machine.value.errored: