Spaces:
Build error
Build error
Update app.py
Browse files
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:
|