jbilcke-hf HF Staff commited on
Commit
c267fd2
·
1 Parent(s): c552ace
Files changed (1) hide show
  1. login.html +9 -4
login.html CHANGED
@@ -9,9 +9,14 @@
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. #}
@@ -41,10 +46,10 @@
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 %}
49
  <div class="row">
50
  {% for key in 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
 
13
+ <h4>MuJoCo + JupyterLab + Hugging Face = 🧡</h4>
14
+
15
+ <h5>You are currently looking at a HF Space template designed to run <a href="https://mujoco.org/" target="_blank">MuJoCo</a>, a robot simulation platform.</h5>
16
+
17
+ <h5>Please <a href="https://huggingface.co/spaces/jbilcke-hf/train-robots-with-mujoco?duplicate=true">duplicate this space</a> to start training your robot! (note: make sure to use a Nvidia GPU)</h5>
18
+
19
+ <h5>You already duplicated it? Congratulation, you can now connect to your JupyterLab! The default password is: <span style="color:orange;">huggingface</span></h5>
20
 
21
  {% if login_available %}
22
  {# login_available means password-login is allowed. Show the form. #}
 
46
  <p>{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}</p>
47
  {% endif %}
48
 
49
+ <h5>If you don't have the credentials for this Jupyter space, please <a target="_blank" href="https://huggingface.co/spaces/jbilcke-hf/train-robots-with-mujoco?duplicate=true">duplicate it</a>. Happy robot hacking!</h5>
50
  <br>
51
 
52
+ <p>This MuJoCo optimized Space was created by <a href="https://huggingface.co/jbilcke-hf" target="_blank" >jbilcke-hf</a> for the Hugging Face robot builder community 🫶</p>
53
  {% if message %}
54
  <div class="row">
55
  {% for key in message %}