Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,8 @@ fields: List[Field] = [
|
|
56 |
|
57 |
Field(type="container", title="**Moderation Function**", children=[
|
58 |
Field(name="mod_function", type="multiselect",
|
59 |
-
title="**What type of moderation function is needed here?** (Multiple selection possible)")
|
60 |
-
])
|
61 |
|
62 |
|
63 |
#Field(type="expander",
|
@@ -88,7 +88,7 @@ fields: List[Field] = [
|
|
88 |
#
|
89 |
Field(name="other_comments", type="text", title="Further comments: (free text)"),
|
90 |
]
|
91 |
-
INPUT_FIELD_DEFAULT_VALUES = {'slider':
|
92 |
'text': None,
|
93 |
'textarea': None,
|
94 |
'checkbox': False,
|
|
|
56 |
|
57 |
Field(type="container", title="**Moderation Function**", children=[
|
58 |
Field(name="mod_function", type="multiselect",
|
59 |
+
title="**What type of moderation function is needed here?** (Multiple selection possible)"),
|
60 |
+
]),
|
61 |
|
62 |
|
63 |
#Field(type="expander",
|
|
|
88 |
#
|
89 |
Field(name="other_comments", type="text", title="Further comments: (free text)"),
|
90 |
]
|
91 |
+
INPUT_FIELD_DEFAULT_VALUES = {'slider': 3,
|
92 |
'text': None,
|
93 |
'textarea': None,
|
94 |
'checkbox': False,
|