Spaces:
Runtime error
Runtime error
Clean up
Browse files
app.py
CHANGED
@@ -112,7 +112,6 @@ with st.expander("Advanced configuration"):
|
|
112 |
# col_mapping = metadata[0]["col_mapping"]
|
113 |
# col_names = list(col_mapping.keys())
|
114 |
|
115 |
-
# TODO: figure out how to get all dataset column names (i.e. features) without download dataset itself
|
116 |
st.markdown("**Map your data columns**")
|
117 |
col1, col2 = st.columns(2)
|
118 |
|
|
|
112 |
# col_mapping = metadata[0]["col_mapping"]
|
113 |
# col_names = list(col_mapping.keys())
|
114 |
|
|
|
115 |
st.markdown("**Map your data columns**")
|
116 |
col1, col2 = st.columns(2)
|
117 |
|