lunarflu HF staff commited on
Commit
a7da8d1
β€’
1 Parent(s): 1f9a87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)