Spaces:
Sleeping
Sleeping
jarajpu
commited on
Commit
·
8ca58f5
1
Parent(s):
96b52b4
Adding leads
Browse files
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
|
| 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 = []
|