emvecchi commited on
Commit
b4da7e9
1 Parent(s): e1385b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ fields: List[Field] = [
155
  Field(type="container", title="**Moderation Function**", children=[
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:*", mandatory=False),
160
  ]),
161
 
 
155
  Field(type="container", title="**Moderation Function**", children=[
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:*", mandatory=False),
160
  ]),
161