emvecchi commited on
Commit
f47d400
1 Parent(s): 13360c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ fields: List[Field] = [
100
  ]),
101
 
102
  Field(type="container", title="**Moderator Assistance**", children=[
103
- Field(name="to_moderate", type="radio",
104
  title="If this comment/discussion was flagged to you, would it be helpful in your task of moderation?"),
105
  Field(name="mod_assistance", type="multiselect",
106
  title="If yes, please motivate the benefit it would contribute to the task. *(Multiple selection possible)*", other_params={'choices': assistance_choices}),
 
100
  ]),
101
 
102
  Field(type="container", title="**Moderator Assistance**", children=[
103
+ Field(name="helpful", type="radio",
104
  title="If this comment/discussion was flagged to you, would it be helpful in your task of moderation?"),
105
  Field(name="mod_assistance", type="multiselect",
106
  title="If yes, please motivate the benefit it would contribute to the task. *(Multiple selection possible)*", other_params={'choices': assistance_choices}),