emvecchi commited on
Commit
237868c
1 Parent(s): 1f380ca

Update app.py

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