Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,13 +156,13 @@ fields: List[Field] = [
|
|
156 |
Field(name="mod_function", type="multiselect",
|
157 |
title="What type of moderation function is needed here? *(Multiple selection possible)*",
|
158 |
mandatory=True),
|
159 |
-
Field(name="mod_function_other", type="text", title="*If Other, please specify:*", following_mandatory_values=[
|
160 |
]),
|
161 |
|
162 |
Field(type="container", title="**Contributing properties**", children=[
|
163 |
Field(name="relevant_properties", type="multiselect",
|
164 |
title="Which property(s) is most impactful in your assessment? *(Multiple selection possible)*",
|
165 |
-
other_params={'choices': property_choices}, mandatory=True, following_mandatory_values=[
|
166 |
Field(name="relevant_properties_other", type="text", title="*If Other, please specify:*"),
|
167 |
]),
|
168 |
|
|
|
156 |
Field(name="mod_function", type="multiselect",
|
157 |
title="What type of moderation function is needed here? *(Multiple selection possible)*",
|
158 |
mandatory=True),
|
159 |
+
Field(name="mod_function_other", type="text", title="*If Other, please specify:*", following_mandatory_values=[-1]),
|
160 |
]),
|
161 |
|
162 |
Field(type="container", title="**Contributing properties**", children=[
|
163 |
Field(name="relevant_properties", type="multiselect",
|
164 |
title="Which property(s) is most impactful in your assessment? *(Multiple selection possible)*",
|
165 |
+
other_params={'choices': property_choices}, mandatory=True, following_mandatory_values=[-1]),
|
166 |
Field(name="relevant_properties_other", type="text", title="*If Other, please specify:*"),
|
167 |
]),
|
168 |
|