Commit
·
90c143f
1
Parent(s):
418445b
Add YouTube demo video link to app footer
Browse files- Added "Watch the Demo" section with YouTube video link
- Updated footer with author name and proper links
- All links now point to correct GitHub and HF Space URLs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
app.py
CHANGED
|
@@ -1288,9 +1288,15 @@ with gr.Blocks(
|
|
| 1288 |
|
| 1289 |
---
|
| 1290 |
|
| 1291 |
-
|
| 1292 |
|
| 1293 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1294 |
""")
|
| 1295 |
|
| 1296 |
# Launch
|
|
|
|
| 1288 |
|
| 1289 |
---
|
| 1290 |
|
| 1291 |
+
### 🎥 Watch the Demo
|
| 1292 |
|
| 1293 |
+
See all features in action: [YouTube Demo Video (2:30)](https://youtu.be/U4Dfc7txa_0)
|
| 1294 |
+
|
| 1295 |
+
---
|
| 1296 |
+
|
| 1297 |
+
Built with Gradio for the **Gradio Agents & MCP Hackathon - Winter 2025** by [Aaman Lamba](https://aamanlamba.com)
|
| 1298 |
+
|
| 1299 |
+
[GitHub](https://github.com/aamanlamba/lineage-graph-accelerator) | [Documentation](https://huggingface.co/spaces/aamanlamba/Lineage-graph-accelerator/blob/main/USER_GUIDE.md) | [HuggingFace Space](https://huggingface.co/spaces/aamanlamba/Lineage-graph-accelerator)
|
| 1300 |
""")
|
| 1301 |
|
| 1302 |
# Launch
|