Spaces:
Runtime error
Runtime error
Sebastian Gehrmann
commited on
Commit
•
d822486
1
Parent(s):
13fd677
change to radio
Browse files
datacards/considerations.py
CHANGED
@@ -35,10 +35,11 @@ def considerations_page():
|
|
35 |
|
36 |
# TODO: cross-link the first question with overview.py.
|
37 |
|
38 |
-
|
39 |
-
label="
|
|
|
40 |
key_list=key_pref + ["data-restrictions"],
|
41 |
-
help="
|
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?",
|