Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ from firebase_admin import credentials, firestore
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
import seaborn as sns
|
7 |
|
8 |
-
#
|
9 |
-
cred = credentials.Certificate('
|
10 |
firebase_admin.initialize_app(cred)
|
11 |
|
12 |
# Connect to Firestore
|
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
import seaborn as sns
|
7 |
|
8 |
+
# Path to Firebase credentials file
|
9 |
+
cred = credentials.Certificate('firebase_credentials/your-credentials-file.json')
|
10 |
firebase_admin.initialize_app(cred)
|
11 |
|
12 |
# Connect to Firestore
|