Spaces:
Sleeping
Sleeping
Update appStore/target.py
Browse files- 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
|