emvecchi commited on
Commit
9b0f98b
1 Parent(s): 0a9464d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -72,10 +72,11 @@ fields: List[Field] = [
72
  #
73
  Field(name="other_comments", type="text", title="Further comments: free text"),
74
  ]
75
- INPUT_FIELD_DEFAULT_VALUES = {'slider': 0,
76
  'text': None,
77
  'textarea': None,
78
- 'checkbox': False}
 
79
  SHOW_HELP_ICON = False
80
 
81
  def read_data(_path):
 
72
  #
73
  Field(name="other_comments", type="text", title="Further comments: free text"),
74
  ]
75
+ INPUT_FIELD_DEFAULT_VALUES = {'slider': 4,
76
  'text': None,
77
  'textarea': None,
78
+ 'checkbox': False,
79
+ 'radio': None}
80
  SHOW_HELP_ICON = False
81
 
82
  def read_data(_path):