Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,10 @@ property_choices = ['appropriateness',
|
|
62 |
'reciprocity',
|
63 |
'reference',
|
64 |
'Other (please specify)']
|
65 |
-
assistance_choices = ['
|
|
|
|
|
|
|
66 |
'Improve speed of moderation tasks',
|
67 |
'Manage prioritization of comments to consider',
|
68 |
'Visualization of properties narrows down moderator contribution',
|
|
|
62 |
'reciprocity',
|
63 |
'reference',
|
64 |
'Other (please specify)']
|
65 |
+
assistance_choices = ['Expand the breadth of moderator role',
|
66 |
+
'Reduce my own bias',
|
67 |
+
#'Assist with recall',
|
68 |
+
'Avoids missing relevant instances',
|
69 |
'Improve speed of moderation tasks',
|
70 |
'Manage prioritization of comments to consider',
|
71 |
'Visualization of properties narrows down moderator contribution',
|