emvecchi commited on
Commit
8ce15da
1 Parent(s): 92c1ba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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': 0,
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,