dvilasuero HF staff commited on
Commit
29b9e30
1 Parent(s): 12af5c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -51,7 +51,9 @@ demo = gr.TabbedInterface(
51
  </style>
52
  <div class="header-container">
53
  <div class="logo-container">
54
- <img src="https://distilabel.argilla.io/latest/assets/distilabel-black.svg" alt="Distilabel Logo" style="width: 150px; height: auto;">
 
 
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>