Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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}"):
|
67 |
st.markdown(catalogue_by_ln["all"][source_select]["data_card"])
|
68 |
|
69 |
if "catalogue_info" in catalogue_by_ln["all"][source_select]:
|