Jayesh13 commited on
Commit
170e070
·
verified ·
1 Parent(s): 3f15c3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Name"
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 = []