Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Pratik Bhavsar
commited on
Commit
·
245c7d7
1
Parent(s):
bf3675a
added button
Browse files- data_loader.py +8 -0
data_loader.py
CHANGED
@@ -586,6 +586,14 @@ HEADER_CONTENT = (
|
|
586 |
</svg>
|
587 |
Dataset
|
588 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
589 |
</div>
|
590 |
</div>
|
591 |
</div>
|
|
|
586 |
</svg>
|
587 |
Dataset
|
588 |
</a>
|
589 |
+
<a href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]&su=Get%20Model%20Added%20to%20Leaderboard&body=Hi%20there%2C%0A%0AI%20would%20like%20to%20add%20my%20model%20to%20the%20Agent%20Leaderboard.%0A%0AModel%20Name%3A%0AModel%20URL%3A%0A%0ABest%20regards" class="action-button" target="_blank" rel="noopener noreferrer">
|
590 |
+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
591 |
+
<path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"/>
|
592 |
+
<line x1="12" y1="8" x2="12" y2="16"/>
|
593 |
+
<line x1="8" y1="12" x2="16" y2="12"/>
|
594 |
+
</svg>
|
595 |
+
Add Your Model
|
596 |
+
</a>
|
597 |
</div>
|
598 |
</div>
|
599 |
</div>
|