LaelaZ commited on
Commit
c7b07d5
·
verified ·
1 Parent(s): 797135a

Footer: add Portfolio + LinkedIn + standardize cross-demo links

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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 &amp; QC toolkit by <b>Laela Zorana</b><br>
292
- <a href="https://github.com/LaelaZorana/scorm-qa-validator">Source on GitHub</a> &middot;
293
- <a href="https://huggingface.co/spaces/LaelaZ/ai-agent-scenario-qc">Scenario QC</a> &middot;
294
- <a href="https://huggingface.co/spaces/LaelaZ/rlhf-pairwise-rater">RLHF Rater</a> &middot;
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 &amp; QC toolkit by <b>Laela Zorana</b><br>
292
+ <a href="https://laelazorana.github.io">Portfolio</a> &middot; <a href="https://www.linkedin.com/in/laela-zorana-362309114">LinkedIn</a> &middot; <a href="https://github.com/LaelaZorana">GitHub</a> &middot; <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> &middot; <a href="https://huggingface.co/spaces/LaelaZ/cnn-gradcam">CNN + Grad-CAM</a> &middot; <a href="https://huggingface.co/spaces/LaelaZ/timeseries-lstm">Time-Series</a> &middot; <a href="https://huggingface.co/spaces/LaelaZ/nn-from-scratch">NN From Scratch</a> &middot; <a href="https://huggingface.co/spaces/LaelaZ/ai-agent-scenario-qc">Scenario QC</a> &middot; <a href="https://huggingface.co/spaces/LaelaZ/rlhf-pairwise-rater">RLHF Rater</a>
 
 
294
  </div>
295
  """
296