Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ if uploaded_file1 and uploaded_file2:
|
|
20 |
|
21 |
# Column names
|
22 |
id_col = "Entry"
|
23 |
-
name_col = "Protein
|
24 |
repeat_cols = [col for col in df1.columns if col not in [id_col, name_col]]
|
25 |
|
26 |
records = []
|
|
|
20 |
|
21 |
# Column names
|
22 |
id_col = "Entry"
|
23 |
+
name_col = "Protein names"
|
24 |
repeat_cols = [col for col in df1.columns if col not in [id_col, name_col]]
|
25 |
|
26 |
records = []
|