lewtun HF staff commited on
Commit
272762d
·
1 Parent(s): b76fdef
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -273,7 +273,6 @@ with st.expander("Advanced configuration"):
273
  col_mapping[text_col] = "text"
274
  col_mapping[target_col] = "target"
275
 
276
- col_mapping = {}
277
  if selected_task in ["natural_language_inference"]:
278
  config_metadata = get_config_metadata(selected_config, metadata)
279
  with col1:
 
273
  col_mapping[text_col] = "text"
274
  col_mapping[target_col] = "target"
275
 
 
276
  if selected_task in ["natural_language_inference"]:
277
  config_metadata = get_config_metadata(selected_config, metadata)
278
  with col1: