Spaces:
Running
Running
Update app.py
Browse files
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 |
|