Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,6 @@ for item in items:
|
|
100 |
label=question,
|
101 |
choices=['1 (Disagree a lot)', '2', '3', '4', '5 (Agree a lot)'],
|
102 |
type='value',
|
103 |
-
required=True
|
104 |
)
|
105 |
inputs.append(input_component)
|
106 |
|
|
|
100 |
label=question,
|
101 |
choices=['1 (Disagree a lot)', '2', '3', '4', '5 (Agree a lot)'],
|
102 |
type='value',
|
|
|
103 |
)
|
104 |
inputs.append(input_component)
|
105 |
|