Group hero CTAs into one tight block — badges in a row + 4-col description table
Browse filesPrevious layout had four separate ### sections (Try Live, Watch Demo,
Watch Presentation, Project Files) stacked vertically, each with its
own header + centered badge + descriptive blockquote. ~30 lines of
vertical real estate before the disclaimer.
New layout consolidates everything into the centered hero block:
- Top row: 3 metadata badges (Python / License / UMD MSML641),
separated by so they sit on one line instead of stacking.
- Middle row: 4 CTA badges in for-the-badge style — Live Demo,
Demo Video, Presentation, Project Files. One horizontal band of
color (yellow / teal / orange / purple) anchored under the
metadata row. The previous 'Hugging Face Space' duplicate badge
in the metadata row removed since Live Demo now carries it.
- Caption strip: 4-column markdown table with a one-line
description under each badge — same hierarchy a user expects from
a button bar.
Same content, half the vertical space, scannable left-to-right
instead of top-to-bottom.
|
@@ -18,56 +18,33 @@ short_description: Guarded RAG support navigator for UMD students
|
|
| 18 |
### A guarded conversational retrieval-augmented support navigator for University of Maryland students.
|
| 19 |
|
| 20 |
[](https://python.org)
|
|
|
|
| 21 |
[](LICENSE)
|
|
|
|
| 22 |
[](https://umd.edu)
|
| 23 |
-
[](https://mukulray-empathrag.hf.space/)
|
| 24 |
-
|
| 25 |
-
</div>
|
| 26 |
-
|
| 27 |
-
<br>
|
| 28 |
-
|
| 29 |
-
### 🚀 Try EmpathRAG Live
|
| 30 |
-
|
| 31 |
-
> 👉 **<https://mukulray-empathrag.hf.space/>**
|
| 32 |
-
>
|
| 33 |
-
> No installation required. Hosted on Hugging Face Spaces.
|
| 34 |
-
|
| 35 |
-
<br>
|
| 36 |
-
|
| 37 |
-
### 🎥 Watch the Demo
|
| 38 |
-
|
| 39 |
-
<div align="center">
|
| 40 |
-
|
| 41 |
-
[](https://drive.google.com/file/d/14CB76OgVmZz8VqtBolKRJYSGh28BbSqL/view?usp=sharing)
|
| 42 |
-
|
| 43 |
-
</div>
|
| 44 |
-
|
| 45 |
-
> Four scenarios — the listening loop, F-1 and authority misconduct routing, substance use and confidentiality, crisis with sycophancy resistance — plus the counselor handoff via Support Plan export.
|
| 46 |
|
| 47 |
<br>
|
| 48 |
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
[](https://python.org)
|
| 21 |
+
|
| 22 |
[](LICENSE)
|
| 23 |
+
|
| 24 |
[](https://umd.edu)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
<br>
|
| 27 |
|
| 28 |
+
[](https://mukulray-empathrag.hf.space/)
|
| 29 |
+
|
| 30 |
+
[](https://drive.google.com/file/d/14CB76OgVmZz8VqtBolKRJYSGh28BbSqL/view?usp=sharing)
|
| 31 |
+
|
| 32 |
+
[](https://drive.google.com/file/d/1PcHtjZwQix7aYJyslwp-aIuHj8Bs1C9f/view?usp=sharing)
|
| 33 |
+
|
| 34 |
+
[](https://drive.google.com/drive/folders/1K8XwWcfzWt8mXcAtVojVP8xZHFCO1_4V?usp=sharing)
|
| 35 |
|
| 36 |
</div>
|
| 37 |
|
|
|
|
|
|
|
| 38 |
<br>
|
| 39 |
|
|
|
|
|
|
|
| 40 |
<div align="center">
|
| 41 |
|
| 42 |
+
| 🚀 Live Demo | 🎥 Demo Video | 🎬 Presentation | 📁 Project Files |
|
| 43 |
+
|:--------------------:|:-------------------:|:---------------------:|:----------------------:|
|
| 44 |
+
| Hands-on on HF Space | 5-min walkthrough across 4 scenarios | 10-min recorded MSML641 talk | Slide deck + both videos in one folder |
|
| 45 |
|
| 46 |
</div>
|
| 47 |
|
|
|
|
|
|
|
| 48 |
<br>
|
| 49 |
|
| 50 |
> EmpathRAG is **not** a counselor, therapist, or emergency service.
|