harshinde commited on
Commit
d364b4b
·
verified ·
1 Parent(s): ac53588

Update login.html

Browse files
Files changed (1) hide show
  1. login.html +1 -11
login.html CHANGED
@@ -9,7 +9,6 @@
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
- <h2>🚀 JupyterLab Data Science Environment</h2>
13
  <h4>You must duplicate this Space to use it.</h4>
14
  <br>
15
  <a class="duplicate-button" style="display:inline-block" target="_blank" href="https://huggingface.co/spaces/DockerTemplates/jupyterlab?duplicate=true">
@@ -18,15 +17,6 @@
18
  <br>
19
  <h4>The default token is <span style="color:orange;">huggingface</span></h4>
20
  <h4>Duplicate the Space to run your own instance</h4>
21
- <br>
22
- <div style="background-color: #f0f0f0; padding: 15px; border-radius: 5px; margin: 10px 0;">
23
- <h5>📦 Pre-installed Packages:</h5>
24
- <p><strong>Data Science:</strong> NumPy, Pandas, Matplotlib, Seaborn, Plotly</p>
25
- <p><strong>ML/AI:</strong> Scikit-learn, Transformers, Datasets, PyTorch</p>
26
- <p><strong>Vision:</strong> OpenCV, Pillow</p>
27
- <p><strong>NLP:</strong> NLTK, TextBlob</p>
28
- <p><strong>Jupyter Extensions:</strong> Git, Code Formatter, LSP, Spreadsheet, Draw.io</p>
29
- </div>
30
 
31
  {% if login_available %}
32
  {# login_available means password-login is allowed. Show the form. #}
@@ -55,7 +45,7 @@
55
  {% else %}
56
  <p>{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}</p>
57
  {% endif %}
58
- <p></p>
59
  {% if message %}
60
  <div class="row">
61
  {% 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
  <h4>You must duplicate this Space to use it.</h4>
13
  <br>
14
  <a class="duplicate-button" style="display:inline-block" target="_blank" href="https://huggingface.co/spaces/DockerTemplates/jupyterlab?duplicate=true">
 
17
  <br>
18
  <h4>The default token is <span style="color:orange;">huggingface</span></h4>
19
  <h4>Duplicate the Space to run your own instance</h4>
 
 
 
 
 
 
 
 
 
20
 
21
  {% if login_available %}
22
  {# login_available means password-login is allowed. Show the form. #}
 
45
  {% else %}
46
  <p>{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}</p>
47
  {% endif %}
48
+ <p>This template was created by <a href="https://twitter.com/Harsh_Shinde_/" target="_blank" >Harsh</a> and <a href="https://huggingface.co/harshinde" target="_blank" >harshinde</a></p>
49
  {% if message %}
50
  <div class="row">
51
  {% for key in message %}