osanseviero HF staff commited on
Commit
b4d1cbd
1 Parent(s): bb78ba4

Improve attribution (#2)

Browse files

- Improve attribution (bde5b64cd8154d45e4f010e4d634c20b5cd8b015)

Files changed (1) hide show
  1. login.html +1 -0
login.html CHANGED
@@ -44,6 +44,7 @@
44
  {% else %}
45
  <p>{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}</p>
46
  {% endif %}
 
47
  {% if message %}
48
  <div class="row">
49
  {% for key in message %}
 
44
  {% else %}
45
  <p>{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}</p>
46
  {% endif %}
47
+ <p>This template was created by <a href="https://hf.co/camenduru" target="_blank" >camenduru</a> and <a href="https://huggingface.co/nateraw" target="_blank" >nateraw</a>, with contributions of <a href="https://huggingface.co/osanseviero" target="_blank" >osanseviero</a> and <a href="https://huggingface.co/azzr" target="_blank" >azzr</a> </p>
48
  {% if message %}
49
  <div class="row">
50
  {% for key in message %}