Spaces:
Running
Running
Harikrishna Dev
commited on
Commit
·
92ecb7d
1
Parent(s):
7e0d01e
Update secrets_template.toml
Browse files
.streamlit/secrets_template.toml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
OPENAI_API_KEY = "#Enter OpenAI Key here"
|
2 |
-
firebase_json_key =
|
3 |
"type": "service_account",
|
4 |
"project_id": "your_project_id",
|
5 |
"private_key_id": "your_private_key_id",
|
@@ -10,5 +10,4 @@ firebase_json_key = "{
|
|
10 |
"token_uri": "https://oauth2.googleapis.com/token",
|
11 |
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
12 |
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/your_client_email%40your_project_id.iam.gserviceaccount.com"
|
13 |
-
}
|
14 |
-
"
|
|
|
1 |
OPENAI_API_KEY = "#Enter OpenAI Key here"
|
2 |
+
firebase_json_key = {
|
3 |
"type": "service_account",
|
4 |
"project_id": "your_project_id",
|
5 |
"private_key_id": "your_private_key_id",
|
|
|
10 |
"token_uri": "https://oauth2.googleapis.com/token",
|
11 |
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
12 |
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/your_client_email%40your_project_id.iam.gserviceaccount.com"
|
13 |
+
}
|
|