emvecchi commited on
Commit
6f67911
1 Parent(s): eeee592

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ fields: List[Field] = [
70
  # help="Welcoming, encouraging and acknowledging. Avoid Evaluative and/or Condescending Responses"),
71
  #]),
72
  #
73
- Field(name="to_moderate", type="text",
74
- title="**Moderator Intervention**: Do feel this comment/discussion would benefit from moderator intervention?"),
75
  Field(name="other_comments", type="text", title="Further comments: free text"),
76
  ]
77
  INPUT_FIELD_DEFAULT_VALUES = {'slider': 4,
 
70
  # help="Welcoming, encouraging and acknowledging. Avoid Evaluative and/or Condescending Responses"),
71
  #]),
72
  #
73
+ #Field(name="to_moderate", type="text",
74
+ # title="**Moderator Intervention**: Do feel this comment/discussion would benefit from moderator intervention?"),
75
  Field(name="other_comments", type="text", title="Further comments: free text"),
76
  ]
77
  INPUT_FIELD_DEFAULT_VALUES = {'slider': 4,