Commit ·
11d0bda
1
Parent(s): 49866e3
Update login.html
Browse files- login.html +5 -1
login.html
CHANGED
|
@@ -7,7 +7,11 @@
|
|
| 7 |
{% block site %}
|
| 8 |
|
| 9 |
<div id="jupyter-main-app" class="container">
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Huggig Face Logo">
|
| 12 |
<h4>You can duplicate this Space to run it private.</h4>
|
| 13 |
<br>
|
|
|
|
| 7 |
{% block site %}
|
| 8 |
|
| 9 |
<div id="jupyter-main-app" class="container">
|
| 10 |
+
<h2>This is the TruEra Trulens space</h2>
|
| 11 |
+
<p>
|
| 12 |
+
Login to the space and navigate to trulens/trulens_eval and open trulens_eval_quickstart.ipynb to get started
|
| 13 |
+
</p>
|
| 14 |
+
<p>Note: the UI is not functional yet from this space (you will have to run the notebook locally)</p>
|
| 15 |
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Huggig Face Logo">
|
| 16 |
<h4>You can duplicate this Space to run it private.</h4>
|
| 17 |
<br>
|