Spaces:
Sleeping
Sleeping
Footer: add Portfolio + LinkedIn + standardize cross-demo links
Browse files
app.py
CHANGED
|
@@ -289,10 +289,8 @@ html, body, gradio-app, .dark { background:#ffffff !important; }
|
|
| 289 |
FOOTER = """
|
| 290 |
<div class="sc-footer">
|
| 291 |
📦 SCORM QA Validator, part of an AI evaluation & QC toolkit by <b>Laela Zorana</b><br>
|
| 292 |
-
<a href="https://github.com/
|
| 293 |
-
<a href="https://huggingface.co/spaces/LaelaZ/ai-agent-scenario-qc">Scenario QC</a> ·
|
| 294 |
-
<a href="https://huggingface.co/spaces/LaelaZ/rlhf-pairwise-rater">RLHF Rater</a> ·
|
| 295 |
-
<a href="https://huggingface.co/spaces/LaelaZ/distilbert-emotion">Emotion Classifier</a>
|
| 296 |
</div>
|
| 297 |
"""
|
| 298 |
|
|
|
|
| 289 |
FOOTER = """
|
| 290 |
<div class="sc-footer">
|
| 291 |
📦 SCORM QA Validator, part of an AI evaluation & QC toolkit by <b>Laela Zorana</b><br>
|
| 292 |
+
<a href="https://laelazorana.github.io">Portfolio</a> · <a href="https://www.linkedin.com/in/laela-zorana-362309114">LinkedIn</a> · <a href="https://github.com/LaelaZorana">GitHub</a> · <a href="https://huggingface.co/LaelaZ">Hugging Face</a><br>
|
| 293 |
+
<span style="opacity:.7">More demos:</span> <a href="https://huggingface.co/spaces/LaelaZ/distilbert-emotion">Emotion</a> · <a href="https://huggingface.co/spaces/LaelaZ/cnn-gradcam">CNN + Grad-CAM</a> · <a href="https://huggingface.co/spaces/LaelaZ/timeseries-lstm">Time-Series</a> · <a href="https://huggingface.co/spaces/LaelaZ/nn-from-scratch">NN From Scratch</a> · <a href="https://huggingface.co/spaces/LaelaZ/ai-agent-scenario-qc">Scenario QC</a> · <a href="https://huggingface.co/spaces/LaelaZ/rlhf-pairwise-rater">RLHF Rater</a>
|
|
|
|
|
|
|
| 294 |
</div>
|
| 295 |
"""
|
| 296 |
|