Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import requests
|
|
| 4 |
import io
|
| 5 |
|
| 6 |
# google sheets CSV URL
|
| 7 |
-
CSV_URL = "https://docs.google.com/spreadsheets/d/e/2PACX-
|
| 8 |
|
| 9 |
# fetch data from google sheets
|
| 10 |
def fetch_leaderboard_data():
|
|
|
|
| 4 |
import io
|
| 5 |
|
| 6 |
# google sheets CSV URL
|
| 7 |
+
CSV_URL = "https://docs.google.com/spreadsheets/d/e/2PACX-1vQ96GVJ-WV2K-GpHqEBJumfjS81i564ffDSQ2u0z74ZIcAuH9VtqHdTGsGUOMdYNSedD-aq382MriLi/pub?output=csv"
|
| 8 |
|
| 9 |
# fetch data from google sheets
|
| 10 |
def fetch_leaderboard_data():
|