Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ percentages_format = {'PG': '{:.2%}', 'SG': '{:.2%}', 'SF': '{:.2%}', 'PF': '{:.
|
|
47 |
def init_baselines():
|
48 |
sh = gcservice_account.open_by_url(NBA_Data)
|
49 |
|
50 |
-
db = client["
|
51 |
-
collection = db["
|
52 |
|
53 |
cursor = collection.find() # Finds all documents in the collection
|
54 |
|
|
|
47 |
def init_baselines():
|
48 |
sh = gcservice_account.open_by_url(NBA_Data)
|
49 |
|
50 |
+
db = client["testing_db"]
|
51 |
+
collection = db["gamelog"]
|
52 |
|
53 |
cursor = collection.find() # Finds all documents in the collection
|
54 |
|