leavoigt commited on
Commit
3f5271b
1 Parent(s): f1aec70

Update appStore/target.py

Browse files
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -71,7 +71,7 @@ def app():
71
  threshold= params['threshold'])
72
 
73
  # Rename column
74
- df.rename(columns={'Target Label': 'Specific action/target/measure mentioned'})
75
 
76
 
77
  st.session_state.key1 = df
 
71
  threshold= params['threshold'])
72
 
73
  # Rename column
74
+ df.rename(columns={'Target Label': 'Specific action/target/measure mentioned'}, inplace=True)
75
 
76
 
77
  st.session_state.key1 = df