karimouda commited on
Commit
a0ce5c3
·
1 Parent(s): 2d5cded

bar sorting

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -201,7 +201,8 @@ def get_model_info_blocks(chosen_model_name):
201
  x_label_angle=45,
202
  color="Skills",
203
  color_title=None,
204
- label="Model Skills"
 
205
  )
206
 
207
 
 
201
  x_label_angle=45,
202
  color="Skills",
203
  color_title=None,
204
+ label="Model Skills",
205
+ sort="-y"
206
  )
207
 
208