Bhargavi commited on
Commit ·
0bfa946
1
Parent(s): cf120ca
Fix: shorten HF short_description to under 60 chars
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ python_version: '3.11'
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
-
short_description:
|
| 13 |
---
|
| 14 |
|
| 15 |
# Git Branch Graph Visualizer
|
|
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
+
short_description: Git branch DAG with next-commit preview
|
| 13 |
---
|
| 14 |
|
| 15 |
# Git Branch Graph Visualizer
|