Sebastian Gehrmann commited on
Commit
d822486
1 Parent(s): 13fd677

change to radio

Browse files
Files changed (1) hide show
  1. datacards/considerations.py +4 -3
datacards/considerations.py CHANGED
@@ -35,10 +35,11 @@ def considerations_page():
35
 
36
  # TODO: cross-link the first question with overview.py.
37
 
38
- make_text_input(
39
- label="Can the dataset be used for research and/or commercial purposes?",
 
40
  key_list=key_pref + ["data-restrictions"],
41
- help="Describe any restrictions put on how the data can be used.",
42
  )
43
  make_radio(
44
  label="Are thre restrictions on the underlying data?",
 
35
 
36
  # TODO: cross-link the first question with overview.py.
37
 
38
+ make_radio(
39
+ label="Are thre restrictions on the dataset use?",
40
+ options=["Only use for research", "Can be used for commercial purposes", "Other"],
41
  key_list=key_pref + ["data-restrictions"],
42
+ help="Does the license restrict how the dataset can be used?",
43
  )
44
  make_radio(
45
  label="Are thre restrictions on the underlying data?",