Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ fields: List[Field] = [
|
|
147 |
Field(type="container", title="**Need for Moderation**", children=[
|
148 |
Field(name="to_moderate", type="y_n_radio",
|
149 |
title="Do feel this comment/discussion would benefit from moderator intervention?", mandatory=True),
|
150 |
-
Field(name="
|
151 |
title="With what level of **priority** would you need to interact with this comment?", other_params={'labels': priority_labels},
|
152 |
mandatory=True),
|
153 |
]),
|
|
|
147 |
Field(type="container", title="**Need for Moderation**", children=[
|
148 |
Field(name="to_moderate", type="y_n_radio",
|
149 |
title="Do feel this comment/discussion would benefit from moderator intervention?", mandatory=True),
|
150 |
+
Field(name="priority_level", type="likert_radio",
|
151 |
title="With what level of **priority** would you need to interact with this comment?", other_params={'labels': priority_labels},
|
152 |
mandatory=True),
|
153 |
]),
|