Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/GEM/DatasetCardForm
Browse files- datacards/overview.py +1 -1
datacards/overview.py
CHANGED
@@ -184,7 +184,7 @@ def overview_page():
|
|
184 |
key_pref = ["overview", "credit"]
|
185 |
st.session_state.card_dict["overview"][
|
186 |
"credit"
|
187 |
-
] = st.session_state.card_dict.get("credit", {})
|
188 |
make_multiselect(
|
189 |
label="In what kind of organization did the dataset curation happen?",
|
190 |
options=["industry", "academic", "independent", "other"],
|
|
|
184 |
key_pref = ["overview", "credit"]
|
185 |
st.session_state.card_dict["overview"][
|
186 |
"credit"
|
187 |
+
] = st.session_state.card_dict["overview"].get("credit", {})
|
188 |
make_multiselect(
|
189 |
label="In what kind of organization did the dataset curation happen?",
|
190 |
options=["industry", "academic", "independent", "other"],
|