Spaces:
Sleeping
Sleeping
data leaderbard humanize
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ df = df[['Serial Number', "author", "Total Usage", "models", "datasets", "spaces
|
|
45 |
df = df.sort_values(by='Total Usage', ascending=False)
|
46 |
|
47 |
naturalsize_columns = ['Total Usage', 'models', 'datasets', 'spaces']
|
48 |
-
df[cols_to_naturalsize] = df[naturalsize_columns].applymap(
|
49 |
|
50 |
df = apply_headers(df, ["🔢 Serial Number", "👤 Author", "⚡️ Total Usage", "🏛️ Models", "📊 Datasets", "🚀 Spaces"])
|
51 |
|
@@ -64,13 +64,9 @@ These 125k authors have been selected based on their [🤗 Huggingface Leaderboa
|
|
64 |
|
65 |
- 🚀 Top 50k authors in the spaces category
|
66 |
|
67 |
-
|
68 |
-
## 🤝 I want to see someone here
|
69 |
-
|
70 |
-
No problem, you can request to add a user [here](https://huggingface.co/spaces/Weyaxi/data-leaderboard/discussions/1).
|
71 |
-
|
72 |
-
There is no critique; please request anyone. The number of users in this leaderboard is limited because scraping 250k user's follower count is challenging. 🙂
|
73 |
"""
|
|
|
|
|
74 |
|
75 |
title = """
|
76 |
<div style="text-align:center">
|
|
|
45 |
df = df.sort_values(by='Total Usage', ascending=False)
|
46 |
|
47 |
naturalsize_columns = ['Total Usage', 'models', 'datasets', 'spaces']
|
48 |
+
df[cols_to_naturalsize] = df[naturalsize_columns].applymap(naturalsize)
|
49 |
|
50 |
df = apply_headers(df, ["🔢 Serial Number", "👤 Author", "⚡️ Total Usage", "🏛️ Models", "📊 Datasets", "🚀 Spaces"])
|
51 |
|
|
|
64 |
|
65 |
- 🚀 Top 50k authors in the spaces category
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
"""
|
68 |
+
# Write note maybe?
|
69 |
+
|
70 |
|
71 |
title = """
|
72 |
<div style="text-align:center">
|