Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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,
|