Spaces:
Runtime error
Runtime error
fix column reference
Browse files
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
|
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"):
|