sasha HF staff commited on
Commit
9563b89
β€’
1 Parent(s): 3e19f3e

keep only name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def get_plots(task):
22
  return fig
23
 
24
  def make_link(mname):
25
- link = "["+ str(mname)+'](https://huggingface.co/'+str(mname)+")"
26
  return link
27
 
28
  def get_model_names(task_data):
 
22
  return fig
23
 
24
  def make_link(mname):
25
+ link = "["+ str(mname).split('/')[1] +'](https://huggingface.co/'+str(mname)+")"
26
  return link
27
 
28
  def get_model_names(task_data):