Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
|
|
6 |
|
7 |
# Fetch the credential JSON file from your Firebase project settings
|
8 |
# and upload it to Google Colab, then provide the path here
|
9 |
-
|
10 |
|
11 |
# Initialize the app with the credentials and your database URL
|
12 |
firebase_admin.initialize_app(cred, {
|
|
|
6 |
|
7 |
# Fetch the credential JSON file from your Firebase project settings
|
8 |
# and upload it to Google Colab, then provide the path here
|
9 |
+
cred = credentials.Certificate("cid1234-firebase-adminsdk-o0jz2-ddc0afe71d.json")
|
10 |
|
11 |
# Initialize the app with the credentials and your database URL
|
12 |
firebase_admin.initialize_app(cred, {
|