tianyang commited on
Commit
3303340
·
1 Parent(s): 340ba2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ with gzip.open(filepath, 'r') as f:
18
  usernames["v1.1 (from 2023-10-07 to 2023-12-31)"] = json.loads(f.read().decode('utf-8'))
19
 
20
  text = """\
21
- ![](https://huggingface.co/spaces/tianyang/in-the-repobench/blob/main/banner.png)
22
  **_RepoBench is a benchmark specifically designed for evaluating repository-level code auto-completion systems._**
23
 
24
  # Am I in The RepoBench?
 
18
  usernames["v1.1 (from 2023-10-07 to 2023-12-31)"] = json.loads(f.read().decode('utf-8'))
19
 
20
  text = """\
21
+ ![](banner.png)
22
  **_RepoBench is a benchmark specifically designed for evaluating repository-level code auto-completion systems._**
23
 
24
  # Am I in The RepoBench?