Update app.py
Browse files
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='
|
| 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 |
|