Spaces:
Running
Running
Update app.py
Browse files
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':
|
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):
|