Boltz79 commited on
Commit
db523eb
·
verified ·
1 Parent(s): 266063a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from firebase_admin import credentials, db
20
  from google.cloud import storage
21
 
22
  # Update the path below to your Firebase service account key JSON file
23
- SERVICE_ACCOUNT_KEY = "Boltz79/Sentiment-Analysis" # <-- update this!
24
 
25
  # Initialize Firebase Admin for Realtime Database
26
  cred = credentials.Certificate(SERVICE_ACCOUNT_KEY)
 
20
  from google.cloud import storage
21
 
22
  # Update the path below to your Firebase service account key JSON file
23
+ SERVICE_ACCOUNT_KEY = "serviceAccountKey.json" # <-- update this!
24
 
25
  # Initialize Firebase Admin for Realtime Database
26
  cred = credentials.Certificate(SERVICE_ACCOUNT_KEY)