emvecchi commited on
Commit
209b31b
1 Parent(s): 237868c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -180,12 +180,12 @@ fields: List[Field] = [
180
  ]),
181
  ]
182
  INPUT_FIELD_DEFAULT_VALUES = {'slider': 0,
183
- 'text': None,
184
- 'textarea': None,
185
  'checkbox': False,
186
  'radio': False,
187
  'select_slider': 0,
188
- 'multiselect': None}
189
  SHOW_HELP_ICON = False
190
  SHOW_VALIDATION_ERROR_MESSAGE = True
191
 
 
180
  ]),
181
  ]
182
  INPUT_FIELD_DEFAULT_VALUES = {'slider': 0,
183
+ 'text': '',
184
+ 'textarea': '',
185
  'checkbox': False,
186
  'radio': False,
187
  'select_slider': 0,
188
+ 'multiselect': ''}
189
  SHOW_HELP_ICON = False
190
  SHOW_VALIDATION_ERROR_MESSAGE = True
191