Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,9 @@ demo = gr.TabbedInterface(
|
|
| 51 |
</style>
|
| 52 |
<div class="header-container">
|
| 53 |
<div class="logo-container">
|
| 54 |
-
<
|
|
|
|
|
|
|
| 55 |
</div>
|
| 56 |
<div class="title-container">
|
| 57 |
<h1 style="margin: 0; font-size: 2em;">π§Ά DataCraft</h1>
|
|
|
|
| 51 |
</style>
|
| 52 |
<div class="header-container">
|
| 53 |
<div class="logo-container">
|
| 54 |
+
<a href="https://github.com/argilla-io/distilabel" target="_blank" rel="noopener noreferrer">
|
| 55 |
+
<img src="https://distilabel.argilla.io/latest/assets/distilabel-black.svg" alt="Distilabel Logo" style="width: 150px; height: auto;">
|
| 56 |
+
</a>
|
| 57 |
</div>
|
| 58 |
<div class="title-container">
|
| 59 |
<h1 style="margin: 0; font-size: 2em;">π§Ά DataCraft</h1>
|