emvecchi commited on
Commit
dd20efc
1 Parent(s): 9f46364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=['Other (please specify)']),
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=['Other (please specify)']),
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