lewtun HF staff commited on
Commit
e42a9d3
1 Parent(s): fd18ef6
Files changed (1) hide show
  1. app.py +0 -1
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