Oliviayc commited on
Commit
6c4cae1
·
1 Parent(s): 1c1d715

fix column reference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ if __name__ == '__main__':
101
  df = pd.read_csv(uploaded_file)
102
  abstract_col = 'Abstract'
103
  title_col = 'Title'
104
- source_title_col = 'Source Title'
105
  year_col = 'Year'
106
  # preview the uploaded file
107
  elif uploaded_file.name.endswith(".txt"):
 
101
  df = pd.read_csv(uploaded_file)
102
  abstract_col = 'Abstract'
103
  title_col = 'Title'
104
+ source_title_col = 'Source title'
105
  year_col = 'Year'
106
  # preview the uploaded file
107
  elif uploaded_file.name.endswith(".txt"):