Spaces:
Runtime error
Runtime error
Fix
Browse files
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:
|