Spaces:
Runtime error
Runtime error
Dataset card expanded by default (#1)
Browse files- Dataset card expanded by default (d552cdcef38adaafdd73a0dad5250102bb2c42c3)
app.py
CHANGED
@@ -63,7 +63,7 @@ with st.sidebar:
|
|
63 |
)
|
64 |
st.experimental_set_query_params(**{"source": source_select})
|
65 |
|
66 |
-
with st.expander(f"Dataset Card for {source_select}"):
|
67 |
st.markdown(catalogue_by_ln["all"][source_select]["data_card"])
|
68 |
|
69 |
if "catalogue_info" in catalogue_by_ln["all"][source_select]:
|
|
|
63 |
)
|
64 |
st.experimental_set_query_params(**{"source": source_select})
|
65 |
|
66 |
+
with st.expander(f"Dataset Card for {source_select}", expanded=True):
|
67 |
st.markdown(catalogue_by_ln["all"][source_select]["data_card"])
|
68 |
|
69 |
if "catalogue_info" in catalogue_by_ln["all"][source_select]:
|