artintel235 commited on
Commit
ac9c9e5
·
verified ·
1 Parent(s): 869be3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -3,9 +3,7 @@ import json
3
  import streamlit as st
4
  import firebase_admin
5
  from firebase_admin import credentials, auth
6
- # Retrieve the JSON string from the secret
7
- json_str = os.getenv("FIREBASE_CREDENTIALS")
8
- # Retrieve the JSON string from the secret
9
  json_str = os.getenv("FIREBASE_CREDENTIALS")
10
  firebase_Creds = json.loads(json_str)
11
  # Initialize Firebase (only once)
 
3
  import streamlit as st
4
  import firebase_admin
5
  from firebase_admin import credentials, auth
6
+
 
 
7
  json_str = os.getenv("FIREBASE_CREDENTIALS")
8
  firebase_Creds = json.loads(json_str)
9
  # Initialize Firebase (only once)