Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 = []
|