SaylorTwift HF Staff commited on
Commit
8964485
·
verified ·
1 Parent(s): 728f913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -678,7 +678,7 @@ with gr.Blocks(title="Lighteval Tasks Explorer", css=custom_css) as demo:
678
  with gr.Column():
679
  gr.Markdown(
680
  """
681
- <h2 style="margin:6px 0 2px 0;"><a href="https://huggingface.co/huggingface/lighteval">Lighteval</a> Tasks Explorer</h2>
682
  <p style="margin:0 0 12px 0; color:var(--muted);">Browse tasks by language, tags and search the task descriptions.</p>
683
  """
684
  )
 
678
  with gr.Column():
679
  gr.Markdown(
680
  """
681
+ <h2 style="margin:6px 0 2px 0;"><a href="https://github.com/huggingface/lighteval">Lighteval</a> Tasks Explorer</h2>
682
  <p style="margin:0 0 12px 0; color:var(--muted);">Browse tasks by language, tags and search the task descriptions.</p>
683
  """
684
  )