not-lain commited on
Commit
9ea367b
·
1 Parent(s): 9d365a1

update introduction text

Browse files
Files changed (1) hide show
  1. src/about.py +2 -1
src/about.py CHANGED
@@ -27,7 +27,8 @@ TITLE = """<img src="https://iq.wiki/branding/downloadassets/logobrainaltwhite.p
27
 
28
  # What does your leaderboard evaluate?
29
  INTRODUCTION_TEXT = """
30
- ## Solbench is a benchmark for LLMs on a variety of tasks.
 
31
  """
32
 
33
  # Which evaluations are you running? how can people reproduce what you have?
 
27
 
28
  # What does your leaderboard evaluate?
29
  INTRODUCTION_TEXT = """
30
+ ### Solbench is a benchmark for LLM evaluation on solidity code.
31
+
32
  """
33
 
34
  # Which evaluations are you running? how can people reproduce what you have?