faizhalas commited on
Commit
905f36a
·
verified ·
1 Parent(s): f8bf06d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('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('✅')
 
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('✅')