test for slightly reformulated text on welcome screen
Browse files- login.html +5 -5
login.html
CHANGED
|
@@ -9,10 +9,8 @@
|
|
| 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 JupyterLab</h4>
|
| 13 |
-
|
| 14 |
-
<h5>The default token is <span style="color:orange;">huggingface</span></h5>
|
| 15 |
-
|
| 16 |
{% if login_available %}
|
| 17 |
{# login_available means password-login is allowed. Show the form. #}
|
| 18 |
<div class="row">
|
|
@@ -41,7 +39,9 @@
|
|
| 41 |
<p>{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}</p>
|
| 42 |
{% endif %}
|
| 43 |
|
| 44 |
-
<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>
|
|
|
|
| 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 JupyterLab Spaces</h4>
|
| 13 |
+
|
|
|
|
|
|
|
| 14 |
{% if login_available %}
|
| 15 |
{# login_available means password-login is allowed. Show the form. #}
|
| 16 |
<div class="row">
|
|
|
|
| 39 |
<p>{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}</p>
|
| 40 |
{% endif %}
|
| 41 |
|
| 42 |
+
<h5>The default jupyter token for new JupyterLab Spaces is <span style="color:orange;">huggingface</span></h5>
|
| 43 |
+
|
| 44 |
+
<h5>If you don't have the credentials for this specific JupyterLab Space instance, <a target="_blank" href="https://huggingface.co/spaces/SpacesExamples/jupyterlab?duplicate=true">create your own instance by duplicating the template.</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>
|