Spaces:
Running
Running
add config in readme.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TabArena Leaderboard code
|
2 |
|
3 |
This repository contains the frontend code to display TabArena leaderboard. The leaderboard is hosted on a
|
|
|
1 |
+
---
|
2 |
+
title: TabArena
|
3 |
+
emoji: 🥇
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
app_file: main.py
|
8 |
+
pinned: true
|
9 |
+
license: apache-2.0
|
10 |
+
short_description: 'TabArena'
|
11 |
+
sdk_version: 4.44.0
|
12 |
+
---
|
13 |
+
|
14 |
# TabArena Leaderboard code
|
15 |
|
16 |
This repository contains the frontend code to display TabArena leaderboard. The leaderboard is hosted on a
|