Michael Rabinovich commited on
Commit ·
0bb6044
1
Parent(s): 21b071a
docs: add hf_oauth + apache-2.0 license to README front-matter
Browse fileshf_oauth: true is what wires the LoginButton + OAuth callback the
Submit tab relies on; without it the auth-required submit flow is
silently broken (login click no-ops, no token reaches the handler).
license: apache-2.0 matches the HF Leaderboards template
(gradio-templates/leaderboard) and the rest of the cadgenbench code
surface, and renders a license badge on the Space page.
README.md
CHANGED
|
@@ -6,6 +6,8 @@ colorTo: pink
|
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
pinned: true
|
|
|
|
|
|
|
| 9 |
short_description: Leaderboard for AI-driven CAD generation
|
| 10 |
---
|
| 11 |
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
pinned: true
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
hf_oauth: true
|
| 11 |
short_description: Leaderboard for AI-driven CAD generation
|
| 12 |
---
|
| 13 |
|