Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,6 +64,6 @@ if uploaded_file is not None:
|
|
| 64 |
return list_of_column_key
|
| 65 |
|
| 66 |
if not list_of_column_key:
|
| 67 |
-
st.error(
|
| 68 |
else:
|
| 69 |
st.write('✅')
|
|
|
|
| 64 |
return list_of_column_key
|
| 65 |
|
| 66 |
if not list_of_column_key:
|
| 67 |
+
st.error("Unfortunately, you don't have a column containing keywords in your data. Please check again. If you want to use it in another column, please rename it to 'Keywords'.")
|
| 68 |
else:
|
| 69 |
st.write('✅')
|