not-lain commited on
Commit
9b88843
1 Parent(s): 65524f0

update title and add introduction text

Browse files
Files changed (1) hide show
  1. src/about.py +3 -3
src/about.py CHANGED
@@ -21,15 +21,15 @@ NUM_FEWSHOT = 0 # Change with your few shot
21
 
22
 
23
  # Your leaderboard name
24
- TITLE = """<img src="https://iq.wiki/branding/downloadassets/logobrainaltwhite.png"> <h1 align="center" id="space-title">Demo leaderboard</h1>"""
25
 
26
  # What does your leaderboard evaluate?
27
  INTRODUCTION_TEXT = """
28
- Intro text
29
  """
30
 
31
  # Which evaluations are you running? how can people reproduce what you have?
32
- LLM_BENCHMARKS_TEXT = f"""
33
  ## How it works
34
 
35
  ## Reproducibility
 
21
 
22
 
23
  # Your leaderboard name
24
+ TITLE = """<img src="https://iq.wiki/branding/downloadassets/logobrainaltwhite.png" width="50" height="50"> <br><h1 align="center" id="space-title">Demo leaderboard</h1>"""
25
 
26
  # What does your leaderboard evaluate?
27
  INTRODUCTION_TEXT = """
28
+ This leaderboard evaluates AI models on solidity codes
29
  """
30
 
31
  # Which evaluations are you running? how can people reproduce what you have?
32
+ LLM_BENCHMARKS_TEXT = """
33
  ## How it works
34
 
35
  ## Reproducibility