BrotherTony commited on
Commit
6960b2f
·
verified ·
1 Parent(s): 694aeb1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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
- **🔗 Link:** https://huggingface.co/datasets/{dataset.get('id', '')}
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]}...