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

Improve attribution

Browse files

See https://huggingface.co/spaces/SpacesExamples/docker-examples as well

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 %}