lewtun HF staff commited on
Commit
4f5bbb3
β€’
1 Parent(s): 9ef3bbd
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -36,7 +36,9 @@ st.markdown(
36
  """
37
  Welcome to Hugging Face's Evaluation as a Service! This application allows
38
  you to evaluate any πŸ€— Transformers model with a dataset on the Hub. Please
39
- select the dataset and configuration below.
 
 
40
  """
41
  )
42
 
 
36
  """
37
  Welcome to Hugging Face's Evaluation as a Service! This application allows
38
  you to evaluate any πŸ€— Transformers model with a dataset on the Hub. Please
39
+ select the dataset and configuration below. The results of your evaluation
40
+ will be displayed on the public leaderboard
41
+ [here](https://huggingface.co/spaces/huggingface/leaderboards).
42
  """
43
  )
44