AMR-KELEG commited on
Commit
e5d01c7
·
1 Parent(s): 491aef1

Reorder the leaderboard columns

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -110,10 +110,10 @@ with tab1:
110
  [
111
  "Rank",
112
  "Model Name",
113
- "Accuracy",
114
- "Recall",
115
- "Precision",
116
  "F1 score",
 
 
 
117
  "URL",
118
  "Commit ID",
119
  ]
 
110
  [
111
  "Rank",
112
  "Model Name",
 
 
 
113
  "F1 score",
114
+ "Precision",
115
+ "Recall",
116
+ "Accuracy",
117
  "URL",
118
  "Commit ID",
119
  ]