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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ if uploaded_file1 and uploaded_file2:
19
  df2 = pd.read_excel(uploaded_file2, header=1)
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 = []
 
19
  df2 = pd.read_excel(uploaded_file2, header=1)
20
 
21
  # Column names
22
+ id_col = "Entry ID"
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 = []