emvecchi commited on
Commit
9a0677e
1 Parent(s): d00bf6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ fields: List[Field] = [
147
  Field(type="container", title="**Need for Moderation**", children=[
148
  Field(name="to_moderate", type="y_n_radio",
149
  title="Do feel this comment/discussion would benefit from moderator intervention?", mandatory=True),
150
- Field(name="actions_clear", type="likert_radio",
151
  title="With what level of **priority** would you need to interact with this comment?", other_params={'labels': priority_labels},
152
  mandatory=True),
153
  ]),
 
147
  Field(type="container", title="**Need for Moderation**", children=[
148
  Field(name="to_moderate", type="y_n_radio",
149
  title="Do feel this comment/discussion would benefit from moderator intervention?", mandatory=True),
150
+ Field(name="priority_level", type="likert_radio",
151
  title="With what level of **priority** would you need to interact with this comment?", other_params={'labels': priority_labels},
152
  mandatory=True),
153
  ]),