Jay-Rajput commited on
Commit
52ba891
·
1 Parent(s): ebd21c3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ def display_leaderboard():
331
  leaderboard['Rank'] = range(1, len(leaderboard) + 1)
332
 
333
  # Select and order the columns for display
334
- leaderboard = leaderboard[['Rank', 'User', 'Points', 'TOLBOG Wallet', 'Last 5 Bids']]
335
 
336
  st.dataframe(leaderboard, hide_index=True)
337
  except Exception as e:
 
331
  leaderboard['Rank'] = range(1, len(leaderboard) + 1)
332
 
333
  # Select and order the columns for display
334
+ leaderboard = leaderboard[['Rank', 'User', 'Points', 'Last 5 Bids']]
335
 
336
  st.dataframe(leaderboard, hide_index=True)
337
  except Exception as e: