Spaces:
Runtime error
Runtime error
Improve attribution
#2
by
osanseviero
- opened
- 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 %}
|