Mayureshd commited on
Commit
ee8199d
·
verified ·
1 Parent(s): d341cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # 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, {
 
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, {