Spaces:
Running
Running
openhands openhands commited on
Commit ·
94c34ad
1
Parent(s): 4c523d5
Add HF Spaces thumbnail and short_description for social sharing
Browse files- thumbnail: Custom preview image for social media cards
- short_description: 'A Holistic Benchmark for Software Engineering'
- Updated colors to yellow/yellow to match OpenHands brand
Co-authored-by: openhands <openhands@all-hands.dev>
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: OpenHands Index
|
| 3 |
emoji: 🤖
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
app_file: app.py
|
| 8 |
pinned: true
|
|
@@ -12,6 +12,8 @@ app_port: 7860
|
|
| 12 |
failure_strategy: none
|
| 13 |
tags:
|
| 14 |
- leaderboard
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
## OpenHands Index Leaderboard
|
|
|
|
| 1 |
---
|
| 2 |
title: OpenHands Index
|
| 3 |
emoji: 🤖
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: yellow
|
| 6 |
sdk: docker
|
| 7 |
app_file: app.py
|
| 8 |
pinned: true
|
|
|
|
| 12 |
failure_strategy: none
|
| 13 |
tags:
|
| 14 |
- leaderboard
|
| 15 |
+
thumbnail: https://huggingface.co/spaces/OpenHands/openhands-index/resolve/main/assets/openhands-index-preview.jpg
|
| 16 |
+
short_description: A Holistic Benchmark for Software Engineering
|
| 17 |
---
|
| 18 |
|
| 19 |
## OpenHands Index Leaderboard
|