Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,12 +38,12 @@ fields: List[Field] = [
|
|
38 |
Field(name="comment", type="input_col", title="**Comment:**"),
|
39 |
Field(name="image_name", type="input_col", title="**Visualization of high contributing properties:**"),
|
40 |
|
41 |
-
Field(type="container", title="", children=[
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
]),
|
47 |
#Field(type="expander",
|
48 |
# title="Expand and fill-out this section if you see **issues in the original comment**",
|
49 |
# children=[
|
@@ -70,6 +70,8 @@ fields: List[Field] = [
|
|
70 |
# help="Welcoming, encouraging and acknowledging. Avoid Evaluative and/or Condescending Responses"),
|
71 |
#]),
|
72 |
#
|
|
|
|
|
73 |
Field(name="other_comments", type="text", title="Further comments: free text"),
|
74 |
]
|
75 |
INPUT_FIELD_DEFAULT_VALUES = {'slider': 4,
|
|
|
38 |
Field(name="comment", type="input_col", title="**Comment:**"),
|
39 |
Field(name="image_name", type="input_col", title="**Visualization of high contributing properties:**"),
|
40 |
|
41 |
+
#Field(type="container", title="", children=[
|
42 |
+
# Field(name="to_moderate", type="radio",
|
43 |
+
# title="**Moderator Intervention**: Do feel this comment/discussion would benefit from moderator intervention?"),
|
44 |
+
# Field(name="actions_clear", type="slider",
|
45 |
+
# title="**Priority**: With what level of priority would you need to interact with this comment?"),
|
46 |
+
#]),
|
47 |
#Field(type="expander",
|
48 |
# title="Expand and fill-out this section if you see **issues in the original comment**",
|
49 |
# children=[
|
|
|
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,
|