Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://github.com/Leolty/repobench/blob/main/assets/repobench_dark.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 |
+
![](https://github.com/Leolty/repobench/blob/main/assets/repobench_dark.png?raw=true)
|
22 |
**_RepoBench is a benchmark specifically designed for evaluating repository-level code auto-completion systems._**
|
23 |
|
24 |
# Am I in The RepoBench?
|