Jayesh13 commited on
Commit
3f15c3a
·
verified ·
1 Parent(s): 5223b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ if uploaded_file1 and uploaded_file2:
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
 
 
19
  df2 = pd.read_excel(uploaded_file2, header=1)
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