yjernite HF staff commited on
Commit
d552cdc
1 Parent(s): aa403af

Dataset card expanded by default

Browse files

cc

@cakiki

Files changed (1) hide show
  1. app.py +1 -1
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]: