faizhalas commited on
Commit
2c57838
·
verified ·
1 Parent(s): 8cf3d0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,9 +56,9 @@ if uploaded_file is not None:
56
  elif extype.endswith('.txt'):
57
  data = conv_txt(extype)
58
 
59
- edited_df = st.data_editor(data)
60
 
61
- columns_to_check = ['Title', 'Source title', 'Author Keywords', 'Keywords Plus']
62
 
63
  for column in columns_to_check:
64
  if column in data.columns:
 
56
  elif extype.endswith('.txt'):
57
  data = conv_txt(extype)
58
 
59
+ #edited_df = st.data_editor(data)
60
 
61
+ columns_to_check = ['Authors', 'Title', 'Source title', 'Author Keywords', 'Keywords Plus']
62
 
63
  for column in columns_to_check:
64
  if column in data.columns: