Update login.html
Browse files- login.html +4 -4
login.html
CHANGED
@@ -9,9 +9,9 @@
|
|
9 |
<div id="jupyter-main-app" class="container">
|
10 |
|
11 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Hugging Face Logo">
|
12 |
-
<h4>Welcome to
|
13 |
|
14 |
-
<h5>
|
15 |
|
16 |
{% if login_available %}
|
17 |
{# login_available means password-login is allowed. Show the form. #}
|
@@ -41,8 +41,8 @@
|
|
41 |
<p>{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}</p>
|
42 |
{% endif %}
|
43 |
|
44 |
-
<h5>If you don't have the credentials for this Jupyter space, <a target="_blank" href="https://huggingface.co/spaces/SpacesExamples/jupyterlab?duplicate=true">create your own.</a></h5>
|
45 |
-
<br>
|
46 |
|
47 |
<p>This template was created by <a href="https://twitter.com/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 %}
|
|
|
9 |
<div id="jupyter-main-app" class="container">
|
10 |
|
11 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Hugging Face Logo">
|
12 |
+
<h4>Welcome to this course!</h4>
|
13 |
|
14 |
+
<h5>To connect, enter: <span style="color:orange;">huggingface</span></h5>
|
15 |
|
16 |
{% if login_available %}
|
17 |
{# login_available means password-login is allowed. Show the form. #}
|
|
|
41 |
<p>{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}</p>
|
42 |
{% endif %}
|
43 |
|
44 |
+
<!-- <h5>If you don't have the credentials for this Jupyter space, <a target="_blank" href="https://huggingface.co/spaces/SpacesExamples/jupyterlab?duplicate=true">create your own.</a></h5>
|
45 |
+
<br> -->
|
46 |
|
47 |
<p>This template was created by <a href="https://twitter.com/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 %}
|