jarajpu commited on
Commit
8ca58f5
·
1 Parent(s): 96b52b4

Adding leads

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,7 +307,7 @@ def display_predictions():
307
  def display_leaderboard():
308
  if st.button("Show Leaderboard"):
309
  try:
310
- # Load the 'leaders' configuration or split from your dataset
311
  dataset = load_dataset("Jay-Rajput/DIS_IPL_Leads", split='train')
312
 
313
  users_data = []
 
307
  def display_leaderboard():
308
  if st.button("Show Leaderboard"):
309
  try:
310
+ # Load the 'leaders' configuration
311
  dataset = load_dataset("Jay-Rajput/DIS_IPL_Leads", split='train')
312
 
313
  users_data = []