emvecchi commited on
Commit
872b99d
1 Parent(s): b4da7e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ fields: List[Field] = [
176
  ]),
177
 
178
  Field(type="container", title="**Other**", children=[
179
- Field(name="other_comments", type="text", title="Please provide any additional comments or information: *(optional)*", mandatory=False),
180
  ]),
181
  ]
182
  INPUT_FIELD_DEFAULT_VALUES = {'slider': 0,
 
176
  ]),
177
 
178
  Field(type="container", title="**Other**", children=[
179
+ Field(name="other_comments", type="text", title="Please provide any additional details or information: *(optional)*", mandatory=False),
180
  ]),
181
  ]
182
  INPUT_FIELD_DEFAULT_VALUES = {'slider': 0,