shanchen commited on
Commit
1ab4d20
β€’
1 Parent(s): 3e827b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ df.rename(columns={
55
  }, inplace=True)
56
 
57
  # Sort DataFrame by DrugMatchQA descending
58
- df = df.sort_values(by='DrugMatchQA', ascending=False)
59
 
60
  #Create adjusted robustness score that accounts for g2b accuracy and difference in accuracy
61
 
 
55
  }, inplace=True)
56
 
57
  # Sort DataFrame by DrugMatchQA descending
58
+ df = df.sort_values(by='average_g2b', ascending=False)
59
 
60
  #Create adjusted robustness score that accounts for g2b accuracy and difference in accuracy
61