Spaces:
Runtime error
Runtime error
Adam Molnar
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -340,7 +340,7 @@ async def remove_huggingfolks():
|
|
| 340 |
community_global_df['discord_exp'] = pd.to_numeric(community_global_df['discord_exp'])
|
| 341 |
top_30_exp = community_global_df.nlargest(30, 'discord_exp')
|
| 342 |
top_30_exp.drop(top_30_exp.columns[0], axis=1, inplace=True)
|
| 343 |
-
top_30_exp['D'] = ['🥇','🥈','🥉']
|
| 344 |
top_30_rows = top_30_exp.values.tolist()
|
| 345 |
|
| 346 |
print(top_30_rows)
|
|
|
|
| 340 |
community_global_df['discord_exp'] = pd.to_numeric(community_global_df['discord_exp'])
|
| 341 |
top_30_exp = community_global_df.nlargest(30, 'discord_exp')
|
| 342 |
top_30_exp.drop(top_30_exp.columns[0], axis=1, inplace=True)
|
| 343 |
+
top_30_exp['D'] = ['🥇','🥈','🥉','','','','','','','','','','','','','','','','','','','','','','','','','','','']
|
| 344 |
top_30_rows = top_30_exp.values.tolist()
|
| 345 |
|
| 346 |
print(top_30_rows)
|