Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -53,7 +53,7 @@ def get_random_dataset(min_likes=None, max_likes=None, task=None, language=None)
|
|
| 53 |
**Downloads:** {dataset.get('downloads', 0):,}
|
| 54 |
**Author:** {dataset.get('author', 'Unknown')}
|
| 55 |
|
| 56 |
-
|
| 57 |
|
| 58 |
**Description:**
|
| 59 |
{dataset.get('cardData', {}).get('description', 'No description available')[:300]}...
|
|
|
|
| 53 |
**Downloads:** {dataset.get('downloads', 0):,}
|
| 54 |
**Author:** {dataset.get('author', 'Unknown')}
|
| 55 |
|
| 56 |
+
**Link:** https://huggingface.co/datasets/{dataset.get('id', '')}
|
| 57 |
|
| 58 |
**Description:**
|
| 59 |
{dataset.get('cardData', {}).get('description', 'No description available')[:300]}...
|